aboutsummaryrefslogtreecommitdiff
path: root/sbin/stop-all.sh
diff options
context:
space:
mode:
authorWangTaoTheTonic <wangtao111@huawei.com>2015-03-07 12:35:26 +0000
committerSean Owen <sowen@cloudera.com>2015-03-07 12:35:26 +0000
commit729c05bda87c2383d1c54b31850ed10814617cde (patch)
treed2e082eefc25403df675a7714ac632672e387df0 /sbin/stop-all.sh
parent2646794ffb2970618087e2e964d9f4c953e17e6a (diff)
downloadspark-729c05bda87c2383d1c54b31850ed10814617cde.tar.gz
spark-729c05bda87c2383d1c54b31850ed10814617cde.tar.bz2
spark-729c05bda87c2383d1c54b31850ed10814617cde.zip
[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 <wangtao111@huawei.com> Closes #4936 from WangTaoTheTonic/wrongdesc and squashes the following commits: fb8a8ec [WangTaoTheTonic] fix the wrong description aca5596 [WangTaoTheTonic] fix the wrong description
Diffstat (limited to 'sbin/stop-all.sh')
-rwxr-xr-xsbin/stop-all.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/stop-all.sh b/sbin/stop-all.sh
index 971d5d49da..1a9abe07db 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"`"