ATLAS-5200: upgrade to Hadoop 3.4.2, HBase 2.6.0#513
ATLAS-5200: upgrade to Hadoop 3.4.2, HBase 2.6.0#513mneethiraj wants to merge 1 commit intoapache:masterfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR upgrades two key dependencies: Hadoop from version 3.3.6 to 3.4.2 and HBase from version 2.5.0 to 2.6.0. The changes ensure version consistency across both the Maven build configuration and the Docker development environment.
Changes:
- Updated Hadoop version from 3.3.6 to 3.4.2
- Updated HBase version from 2.5.0 to 2.6.0
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pom.xml | Updated Hadoop and HBase version properties in Maven configuration |
| dev-support/atlas-docker/.env | Updated Hadoop and HBase versions in Docker environment configuration |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <hadoop.version>3.3.6</hadoop.version> | ||
| <hbase.version>2.5.0</hbase.version> | ||
| <hadoop.version>3.4.2</hadoop.version> | ||
| <hbase.version>2.6.0</hbase.version> |
There was a problem hiding this comment.
Janusgraph 1.0.0 has dependency of hbase 2.5.z doc
There was a problem hiding this comment.
@pinal-shah - HBase 2.6.x wasn't available at the time JanusGraph 1.0.0 was released. This shouldn't stop us from moving to HBase 2.6.0 (with JanusGraph 1.0.0), right?
What changes were proposed in this pull request?
How was this patch tested?