Return-Path: X-Original-To: apmail-spark-commits-archive@minotaur.apache.org Delivered-To: apmail-spark-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D64FD1018B for ; Sat, 7 Mar 2015 12:35:37 +0000 (UTC) Received: (qmail 91026 invoked by uid 500); 7 Mar 2015 12:35:37 -0000 Delivered-To: apmail-spark-commits-archive@spark.apache.org Received: (qmail 90997 invoked by uid 500); 7 Mar 2015 12:35:37 -0000 Mailing-List: contact commits-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@spark.apache.org Received: (qmail 90987 invoked by uid 99); 7 Mar 2015 12:35:37 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Mar 2015 12:35:37 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 86E89E03A0; Sat, 7 Mar 2015 12:35:37 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: srowen@apache.org To: commits@spark.apache.org Message-Id: <0e7bf1fb867b4489b38e85c9c637e355@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: spark git commit: [Minor]fix the wrong description Date: Sat, 7 Mar 2015 12:35:37 +0000 (UTC) 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 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 Authored: Sat Mar 7 12:35:26 2015 +0000 Committer: Sean Owen 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-unsubscribe@spark.apache.org For additional commands, e-mail: commits-help@spark.apache.org