aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorKarthikTunga <karthik.tunga@gmail.com>2013-10-15 00:46:35 -0700
committerKarthikTunga <karthik.tunga@gmail.com>2013-10-15 00:46:35 -0700
commit6c6b146fc20f2ba85f1cf1bb9e35283ee195f59a (patch)
treef0c5819f78e3186206d6c79064155c3751711b66 /bin
parentd2c86e718891b40e1cea8b0719462673b6b64e4e (diff)
parente33b1839e27249e232a2126cec67a38109e03243 (diff)
downloadspark-6c6b146fc20f2ba85f1cf1bb9e35283ee195f59a.tar.gz
spark-6c6b146fc20f2ba85f1cf1bb9e35283ee195f59a.tar.bz2
spark-6c6b146fc20f2ba85f1cf1bb9e35283ee195f59a.zip
Merge branch 'master' of https://github.com/apache/incubator-spark
Updating local branch
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 03e416a132..fcb8555d4e 100755
--- a/bin/stop-slaves.sh
+++ b/bin/stop-slaves.sh
@@ -17,8 +17,6 @@
# limitations under the License.
#
-# Starts the master on the machine this script is executed on.
-
bin=`dirname "$0"`
bin=`cd "$bin"; pwd`