mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-15 10:26:44 +00:00
update hbase
This commit is contained in:
@@ -9,14 +9,4 @@ fi
|
||||
|
||||
/usr/sbin/sshd
|
||||
|
||||
## stop all in case master starts far behind
|
||||
# $HBASE_HOME/bin/stop-hbase.sh
|
||||
$HBASE_HOME/bin/start-hbase.sh
|
||||
|
||||
if [[ $1 == "-d" ]]; then
|
||||
while true; do sleep 1000; done
|
||||
fi
|
||||
|
||||
if [[ $1 == "-bash" ]]; then
|
||||
/bin/bash
|
||||
fi
|
||||
while true; do sleep 1000; done
|
||||
|
||||
Reference in New Issue
Block a user