SPARK-627 , Implementing --config arguments in the scripts
Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/8537f192 Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/8537f192 Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/8537f192 Branch: refs/heads/master Commit: 8537f19268bf53e5f154dedb7ba35b711dfbefbd Parents: ff4fb1f Author: KarthikTunga <karthik.tu...@gmail.com> Authored: Wed Oct 16 23:00:33 2013 -0700 Committer: KarthikTunga <karthik.tu...@gmail.com> Committed: Wed Oct 16 23:00:33 2013 -0700 ---------------------------------------------------------------------- bin/spark-daemons.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/8537f192/bin/spark-daemons.sh ---------------------------------------------------------------------- diff --git a/bin/spark-daemons.sh b/bin/spark-daemons.sh index 354eb90..64286cb 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