You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2014/01/07 05:13:08 UTC

[1/2] git commit: Update stop-slaves.sh

Updated Branches:
  refs/heads/master e4d6057b6 -> b97ef218f


Update stop-slaves.sh

The most recently version has changed the directory structure, but this script "sbin/stop-all.sh" doesn't change with it accordingly. This mistake makes "sbin/stop-all.sh" can't stop the slave node.

Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/dea4ba9d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/dea4ba9d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/dea4ba9d

Branch: refs/heads/master
Commit: dea4ba9d80f96d2240fdd99b65ba0ac697135823
Parents: e4d6057
Author: sproblvem <sp...@gmail.com>
Authored: Tue Jan 7 11:11:59 2014 +0800
Committer: sproblvem <sp...@gmail.com>
Committed: Tue Jan 7 11:11:59 2014 +0800

----------------------------------------------------------------------
 sbin/stop-slaves.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/dea4ba9d/sbin/stop-slaves.sh
----------------------------------------------------------------------
diff --git a/sbin/stop-slaves.sh b/sbin/stop-slaves.sh
index c6b0b6a..eb803b4 100755
--- a/sbin/stop-slaves.sh
+++ b/sbin/stop-slaves.sh
@@ -17,8 +17,8 @@
 # limitations under the License.
 #
 
-bin=`dirname "$0"`
-bin=`cd "$sbin"; pwd`
+sbin=`dirname "$0"`
+sbin=`cd "$sbin"; pwd`
 
 . "$sbin/spark-config.sh"
 


[2/2] git commit: Merge pull request #346 from sproblvem/patch-1

Posted by pw...@apache.org.
Merge pull request #346 from sproblvem/patch-1

Update stop-slaves.sh

The most recently version has changed the directory structure, but this script "sbin/stop-all.sh" doesn't change with it accordingly. This mistake makes "sbin/stop-all.sh" can't stop the slave node.


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/b97ef218
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/b97ef218
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/b97ef218

Branch: refs/heads/master
Commit: b97ef218f3feec6354bae6cfcd060e9b112c1779
Parents: e4d6057 dea4ba9
Author: Patrick Wendell <pw...@gmail.com>
Authored: Mon Jan 6 20:12:57 2014 -0800
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Mon Jan 6 20:12:57 2014 -0800

----------------------------------------------------------------------
 sbin/stop-slaves.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------