SPARK-627 , Implementing --config arguments in the scripts

This commit is contained in:
KarthikTunga 2013-10-16 23:00:33 -07:00
parent ff4fb1f7ee
commit 8537f19268

View file

@ -19,7 +19,7 @@
# Run a Spark command on all slave hosts.
usage="Usage: spark-daemons.sh [--config confdir] [--hosts hostlistfile] [start|stop] command instance-number args..."
usage="Usage: spark-daemons.sh [--config <conf-dir>] [start|stop] command instance-number args..."
# if no args specified, show usage
if [ $# -le 1 ]; then