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

madhan pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git

commit 887ef24c5069c91fd1fb118d63c8ebca7f2978d5
Author: Madhan Neethiraj <mad...@apache.org>
AuthorDate: Tue Nov 15 07:51:56 2022 -0800

    ATLAS-4713: docker setup updates to be in sync with component versions in 
project pom.xml
---
 dev-support/atlas-docker/.env                                     | 8 ++++----
 .../atlas-docker/scripts/atlas-hbase-application.properties       | 2 +-
 .../atlas-docker/scripts/atlas-hive-application.properties        | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-support/atlas-docker/.env b/dev-support/atlas-docker/.env
index 19175c2ed..ca597ac04 100644
--- a/dev-support/atlas-docker/.env
+++ b/dev-support/atlas-docker/.env
@@ -1,12 +1,12 @@
 BUILD_HOST_SRC=true
 SKIPTESTS=true
 GIT_URL=https://github.com/apache/atlas.git
-BRANCH=release-2.2.0-rc1
+BRANCH=branch-2.0
 PROFILE=dist,external-hbase-solr
 
-ATLAS_VERSION=2.2.0
+ATLAS_VERSION=2.3.0-SNAPSHOT
 HADOOP_VERSION=3.3.0
 HBASE_VERSION=2.3.3
-KAFKA_VERSION=2.5.0
+KAFKA_VERSION=2.8.1
 HIVE_VERSION=3.1.2
-HIVE_HADOOP_VERSION=3.1.0
+HIVE_HADOOP_VERSION=3.1.1
diff --git 
a/dev-support/atlas-docker/scripts/atlas-hbase-application.properties 
b/dev-support/atlas-docker/scripts/atlas-hbase-application.properties
index 8c5b9e088..268e5c8c4 100644
--- a/dev-support/atlas-docker/scripts/atlas-hbase-application.properties
+++ b/dev-support/atlas-docker/scripts/atlas-hbase-application.properties
@@ -17,7 +17,7 @@
 #
 
 
-atlas.rest.address=http://atlas-example.com:21000
+atlas.rest.address=http://atlas.example.com:21000
 
 atlas.kafka.zookeeper.connect=atlas-zk.example.com:2181
 atlas.kafka.bootstrap.servers=atlas-kafka.example.com:9092
diff --git a/dev-support/atlas-docker/scripts/atlas-hive-application.properties 
b/dev-support/atlas-docker/scripts/atlas-hive-application.properties
index 8c5b9e088..268e5c8c4 100644
--- a/dev-support/atlas-docker/scripts/atlas-hive-application.properties
+++ b/dev-support/atlas-docker/scripts/atlas-hive-application.properties
@@ -17,7 +17,7 @@
 #
 
 
-atlas.rest.address=http://atlas-example.com:21000
+atlas.rest.address=http://atlas.example.com:21000
 
 atlas.kafka.zookeeper.connect=atlas-zk.example.com:2181
 atlas.kafka.bootstrap.servers=atlas-kafka.example.com:9092

Reply via email to