This is an automated email from the ASF dual-hosted git repository.
madhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/master by this push:
new c56766766 ATLAS-5200: upgrade to Hadoop 3.4.2, HBase 2.6.0 (#513)
c56766766 is described below
commit c567667665c510b33a0430dc1b77f88d158b0629
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)
---
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 a4f208f62..9408d35e4 100644
--- a/dev-support/atlas-docker/.env
+++ b/dev-support/atlas-docker/.env
@@ -19,8 +19,8 @@ ATLAS_SERVER_JAVA_VERSION=8
ATLAS_VERSION=3.0.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 c086c5047..f9e9b95a3 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>