rename start script

This commit is contained in:
Kent Yao 2018-01-19 16:08:01 +08:00
parent 78b44f5d27
commit aa90968973

View File

@ -26,7 +26,7 @@ shift
SPARK_OPTIONS=$@
function usage {
echo "Usage: ./bin/start-kyuubi.sh (start|stop) [spark-submit options]"
echo "Usage: ./bin/kyuubi.sh (start|stop) [spark submit options]"
}
if [[ "$@" = *--help ]] || [[ "$@" = *-h ]]; then