Repository: spark Updated Branches: refs/heads/master 2646794ff -> 729c05bda
[Minor]fix the wrong description Found it by accident. I'm not gonna file jira for this as it is a very tiny fix. Author: WangTaoTheTonic <wangtao...@huawei.com> Closes #4936 from WangTaoTheTonic/wrongdesc and squashes the following commits: fb8a8ec [WangTaoTheTonic] fix the wrong description aca5596 [WangTaoTheTonic] fix the wrong description Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/729c05bd Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/729c05bd Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/729c05bd Branch: refs/heads/master Commit: 729c05bda87c2383d1c54b31850ed10814617cde Parents: 2646794 Author: WangTaoTheTonic <wangtao...@huawei.com> Authored: Sat Mar 7 12:35:26 2015 +0000 Committer: Sean Owen <so...@cloudera.com> Committed: Sat Mar 7 12:35:26 2015 +0000 ---------------------------------------------------------------------- sbin/stop-all.sh | 4 ++-- sbin/stop-master.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/729c05bd/sbin/stop-all.sh ---------------------------------------------------------------------- diff --git a/sbin/stop-all.sh b/sbin/stop-all.sh index 971d5d4..1a9abe0 100755 --- a/sbin/stop-all.sh +++ b/sbin/stop-all.sh @@ -17,8 +17,8 @@ # limitations under the License. # -# Start all spark daemons. -# Run this on the master nde +# Stop all spark daemons. +# Run this on the master node. sbin="`dirname "$0"`" http://git-wip-us.apache.org/repos/asf/spark/blob/729c05bd/sbin/stop-master.sh ---------------------------------------------------------------------- diff --git a/sbin/stop-master.sh b/sbin/stop-master.sh index b6bdaa4..729702d 100755 --- a/sbin/stop-master.sh +++ b/sbin/stop-master.sh @@ -17,7 +17,7 @@ # limitations under the License. # -# Starts the master on the machine this script is executed on. +# Stops the master on the machine this script is executed on. sbin=`dirname "$0"` sbin=`cd "$sbin"; pwd` --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org