mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-13 09:36:44 +00:00
do not restart the cluster in production env
This commit is contained in:
@@ -18,12 +18,4 @@ fi
|
||||
|
||||
/usr/sbin/sshd
|
||||
|
||||
## stop all in case master starts far behind
|
||||
$HADOOP_PREFIX/sbin/stop-yarn.sh
|
||||
$HADOOP_PREFIX/sbin/stop-dfs.sh
|
||||
|
||||
$HADOOP_PREFIX/sbin/start-dfs.sh
|
||||
$HADOOP_PREFIX/sbin/start-yarn.sh
|
||||
$HADOOP_PREFIX/sbin/mr-jobhistory-daemon.sh start historyserver
|
||||
|
||||
while true; do sleep 1000; done
|
||||
|
||||
Reference in New Issue
Block a user