Skip to content

Commit

Permalink
KYLIN-4372 Fix bug of delete file too later cause ZK started by HBase…
Browse files Browse the repository at this point in the history
… crash
  • Loading branch information
weibin0516 authored and nichunen committed Feb 14, 2020
1 parent ed32209 commit fa3862a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ $HADOOP_HOME/sbin/yarn-daemon.sh start nodemanager
$HADOOP_HOME/sbin/mr-jobhistory-daemon.sh start historyserver

# start hbase
rm -rf /data/zookeeper/*
$HBASE_HOME/bin/start-hbase.sh

# start kafka
rm -rf /tmp/kafka-logs
rm -rf /data/zookeeper/*
nohup $KAFKA_HOME/bin/kafka-server-start.sh $KAFKA_HOME/config/server.properties &

# start livy
Expand Down

0 comments on commit fa3862a

Please sign in to comment.