Skip to content

Commit

Permalink
ATLAS-4947: Downgrade Hbase version to 2.5.0 to be compatible with Ja…
Browse files Browse the repository at this point in the history
…nusGraph 1.0.0

Signed-off-by: Pinal Shah <pinal.shah@freestoneinfotech.com>
  • Loading branch information
kumaab authored and pinal-shah committed Dec 19, 2024
1 parent 84365f5 commit 85d0c66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-support/atlas-docker/.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 85d0c66

Please sign in to comment.