This is an automated email from the ASF dual-hosted git repository.

pinal 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 85d0c66dc ATLAS-4947: Downgrade Hbase version to 2.5.0 to be 
compatible with JanusGraph 1.0.0
85d0c66dc is described below

commit 85d0c66dc825ced8e877c26d6b70db739420ff17
Author: Abhishek Kumar <a...@apache.org>
AuthorDate: Sat Dec 14 11:45:34 2024 -0800

    ATLAS-4947: Downgrade Hbase version to 2.5.0 to be compatible with 
JanusGraph 1.0.0
    
    Signed-off-by: Pinal Shah <pinal.s...@freestoneinfotech.com>
---
 dev-support/atlas-docker/.env | 2 +-
 pom.xml                       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-support/atlas-docker/.env b/dev-support/atlas-docker/.env
index cdcb7b113..8e608f795 100644
--- a/dev-support/atlas-docker/.env
+++ b/dev-support/atlas-docker/.env
@@ -20,7 +20,7 @@ ATLAS_SERVER_JAVA_VERSION=8
 ATLAS_VERSION=3.0.0-SNAPSHOT
 UBUNTU_VERSION=20.04
 HADOOP_VERSION=3.3.6
-HBASE_VERSION=2.6.0
+HBASE_VERSION=2.5.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 2683c7074..f48bf6cc0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@
         <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.6.0</hbase.version>
+        <hbase.version>2.5.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>

Reply via email to