From 0f08299625bf6135365e8127cb6cfbca2162c909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?baishuo=28=E7=99=BD=E7=A1=95=29?= Date: Thu, 27 Mar 2014 00:03:45 +0800 Subject: [PATCH] Update slaves.sh update the comment --- sbin/slaves.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/slaves.sh b/sbin/slaves.sh index f89547fef9e46..07ee1081994b8 100755 --- a/sbin/slaves.sh +++ b/sbin/slaves.sh @@ -43,7 +43,7 @@ sbin=`cd "$sbin"; pwd` # If the slaves file is specified in the command line, # then it takes precedence over the definition in -# spark-env.sh. Save it here. +# load-spark-env.sh. Save it here. HOSTLIST=$SPARK_SLAVES # Check if --config is passed as an argument. It is an optional parameter.