Dockerfiles/hive/2.1.1/bootstrap.sh
2018-08-06 18:45:55 +08:00

12 lines
147 B
Bash
Executable File

#!/bin/bash
hive --service metastore
if [[ $1 == "-d" ]]; then
while true; do sleep 1000; done
fi
if [[ $1 == "-bash" ]]; then
/bin/bash
fi