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

commit 4853487d9aa02a7121e4a01b39b6793819059aac
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
    
    (cherry picked from commit 887ef24c5069c91fd1fb118d63c8ebca7f2978d5)
---
 dev-support/atlas-docker/.env                                       | 4 ++--
 dev-support/atlas-docker/scripts/atlas-hbase-application.properties | 2 +-
 dev-support/atlas-docker/scripts/atlas-hive-application.properties  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-support/atlas-docker/.env b/dev-support/atlas-docker/.env
index eb4906100..440be2a46 100644
--- a/dev-support/atlas-docker/.env
+++ b/dev-support/atlas-docker/.env
@@ -7,6 +7,6 @@ PROFILE=dist,external-hbase-solr
 ATLAS_VERSION=3.0.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