Skip to content
Snippets Groups Projects
Commit 8537f192 authored by KarthikTunga's avatar KarthikTunga
Browse files

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

parent ff4fb1f7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment