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 5bb9d8d58f6b0936ff79ace1297060678443e3c8
Author: Madhan Neethiraj <mad...@apache.org>
AuthorDate: Sun Jun 2 00:21:02 2024 -0700

    ATLAS-4876: Docker setup fix to address HBase failure
---
 dev-support/atlas-docker/scripts/atlas.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-support/atlas-docker/scripts/atlas.sh 
b/dev-support/atlas-docker/scripts/atlas.sh
index 57d802142..e44b312c8 100755
--- a/dev-support/atlas-docker/scripts/atlas.sh
+++ b/dev-support/atlas-docker/scripts/atlas.sh
@@ -42,6 +42,9 @@ then
   sed -i 
"s/atlas.kafka.zookeeper.connect=.*$/atlas.kafka.zookeeper.connect=atlas-zk.example.com:2181/"
    /opt/atlas/conf/atlas-application.properties
   sed -i 
"s/atlas.kafka.bootstrap.servers=.*$/atlas.kafka.bootstrap.servers=atlas-kafka.example.com:9092/"
 /opt/atlas/conf/atlas-application.properties
 
+  echo ""                                                     >> 
/opt/atlas/conf/atlas-application.properties
+  echo "atlas.graph.storage.hbase.compression-algorithm=NONE" >> 
/opt/atlas/conf/atlas-application.properties
+
   chown -R atlas:atlas ${ATLAS_HOME}/
 
   touch ${ATLAS_HOME}/.setupDone

Reply via email to