This is an automated email from the ASF dual-hosted git repository. pinal pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/branch-2.0 by this push: new 5be76f4a0 ATLAS-4947: Downgrade Hbase version to 2.5.0 to be compatible with JanusGraph 1.0.0 5be76f4a0 is described below commit 5be76f4a02f0431d7db68b10650f647d71676758 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> (cherry picked from commit 85d0c66dc825ced8e877c26d6b70db739420ff17) --- 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 ce3ea814b..21340b394 100644 --- a/dev-support/atlas-docker/.env +++ b/dev-support/atlas-docker/.env @@ -20,7 +20,7 @@ ATLAS_SERVER_JAVA_VERSION=8 ATLAS_VERSION=2.4.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 762b6f4a1..f852470e5 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>