aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAaron Davidson <aaron@databricks.com>2013-10-05 15:15:29 -0700
committerAaron Davidson <aaron@databricks.com>2013-10-05 15:15:29 -0700
commit0f070279e7cd224de48333b572d3080b742a82d7 (patch)
tree8a28404dee6cc1bec92d7bbc4caadaff31dbec70 /bin
parentdb6f1549406be22f0b7c8ab4425af30602e52283 (diff)
downloadspark-0f070279e7cd224de48333b572d3080b742a82d7.tar.gz
spark-0f070279e7cd224de48333b572d3080b742a82d7.tar.bz2
spark-0f070279e7cd224de48333b572d3080b742a82d7.zip
Address Matei's comments
Diffstat (limited to 'bin')
-rwxr-xr-xbin/stop-slaves.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/stop-slaves.sh b/bin/stop-slaves.sh
index abf1c7be65..fcb8555d4e 100755
--- a/bin/stop-slaves.sh
+++ b/bin/stop-slaves.sh
@@ -17,8 +17,6 @@
# limitations under the License.
#
-# Starts workers on the machine this script is executed on.
-
bin=`dirname "$0"`
bin=`cd "$bin"; pwd`