aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorKarthikTunga <karthik.tunga@gmail.com>2013-10-16 23:00:33 -0700
committerKarthikTunga <karthik.tunga@gmail.com>2013-10-16 23:00:33 -0700
commit8537f19268bf53e5f154dedb7ba35b711dfbefbd (patch)
tree73265d8b0b839172f5184949eef3b182c130990e /bin
parentff4fb1f7ee3236f4a6d7fe5b677c11ba593c50c0 (diff)
downloadspark-8537f19268bf53e5f154dedb7ba35b711dfbefbd.tar.gz
spark-8537f19268bf53e5f154dedb7ba35b711dfbefbd.tar.bz2
spark-8537f19268bf53e5f154dedb7ba35b711dfbefbd.zip
SPARK-627 , Implementing --config arguments in the scripts
Diffstat (limited to 'bin')
-rwxr-xr-xbin/spark-daemons.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/spark-daemons.sh b/bin/spark-daemons.sh
index 354eb905a1..64286cb2da 100755
--- a/bin/spark-daemons.sh
+++ b/bin/spark-daemons.sh
@@ -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