This is an automated email from the ASF dual-hosted git repository.
madhan pushed a commit to branch atlas-2.5
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/atlas-2.5 by this push:
new 912b9b736 ATLAS-5200: upgrade to Hadoop 3.4.2, HBase 2.6.0 (#513)
912b9b736 is described below
commit 912b9b73614a6b4dcf08a5a49c97b92a9c3c9854
Author: Madhan Neethiraj <[email protected]>
AuthorDate: Thu Feb 5 09:22:48 2026 -0800
ATLAS-5200: upgrade to Hadoop 3.4.2, HBase 2.6.0 (#513)
(cherry picked from commit c567667665c510b33a0430dc1b77f88d158b0629)
---
dev-support/atlas-docker/.env | 4 ++--
pom.xml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-support/atlas-docker/.env b/dev-support/atlas-docker/.env
index b81012667..5d9454fc6 100644
--- a/dev-support/atlas-docker/.env
+++ b/dev-support/atlas-docker/.env
@@ -19,8 +19,8 @@ ATLAS_SERVER_JAVA_VERSION=8
ATLAS_VERSION=2.5.0-SNAPSHOT
UBUNTU_VERSION=20.04
-HADOOP_VERSION=3.3.6
-HBASE_VERSION=2.5.0
+HADOOP_VERSION=3.4.2
+HBASE_VERSION=2.6.0
KAFKA_VERSION=2.8.2
HIVE_VERSION=3.1.3
HIVE_HADOOP_VERSION=3.1.1
diff --git a/pom.xml b/pom.xml
index 2ff8a3b24..1f8ad1977 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,8 +121,8 @@
<guava.version>25.1-jre</guava.version>
<guice.version>4.1.0</guice.version>
<hadoop.hdfs-client.version>${hadoop.version}</hadoop.hdfs-client.version>
- <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>
<hive.version>3.1.3</hive.version>
<hppc.version>0.8.1</hppc.version>
<httpcomponents-httpclient.version>4.5.13</httpcomponents-httpclient.version>