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/17 08:18:25 UTC

[1/2] git commit: Fixed Window spark shell launch script error. JIRA SPARK-1029:https://spark-project.atlassian.net/browse/SPARK-1029

Updated Branches:
  refs/heads/master d4fd89e3c -> d749d472b


Fixed Window spark shell launch script error.
 JIRA SPARK-1029:https://spark-project.atlassian.net/browse/SPARK-1029


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

Branch: refs/heads/master
Commit: 4e510b0b0c8a69cfe0ee037b37661caf9bf1d057
Parents: 84595ea
Author: Qiuzhuang Lian <Qi...@gmail.com>
Authored: Thu Jan 16 16:09:10 2014 +0800
Committer: Qiuzhuang Lian <Qi...@gmail.com>
Committed: Thu Jan 16 16:09:10 2014 +0800

----------------------------------------------------------------------
 bin/spark-class2.cmd | 2 +-
 bin/spark-shell.cmd  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/4e510b0b/bin/spark-class2.cmd
----------------------------------------------------------------------
diff --git a/bin/spark-class2.cmd b/bin/spark-class2.cmd
old mode 100644
new mode 100755
index 460e661..80818c7
--- a/bin/spark-class2.cmd
+++ b/bin/spark-class2.cmd
@@ -73,7 +73,7 @@ for %%d in ("%TOOLS_DIR%\target\scala-%SCALA_VERSION%\spark-tools*assembly*.jar"
 
 rem Compute classpath using external script
 set DONT_PRINT_CLASSPATH=1
-call "%FWDIR%sbin\compute-classpath.cmd"
+call "%FWDIR%bin\compute-classpath.cmd"
 set DONT_PRINT_CLASSPATH=0
 set CLASSPATH=%CLASSPATH%;%SPARK_TOOLS_JAR%
 

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/4e510b0b/bin/spark-shell.cmd
----------------------------------------------------------------------
diff --git a/bin/spark-shell.cmd b/bin/spark-shell.cmd
old mode 100644
new mode 100755
index 23973e3..9979912
--- a/bin/spark-shell.cmd
+++ b/bin/spark-shell.cmd
@@ -18,6 +18,6 @@ rem limitations under the License.
 rem
 
 rem Find the path of sbin
-set SBIN=%~dp0..\sbin\
+set BIN=%~dp0..\bin\
 
-cmd /V /E /C %SBIN%spark-class2.cmd org.apache.spark.repl.Main %*
+cmd /V /E /C %BIN%spark-class2.cmd org.apache.spark.repl.Main %*


[2/2] git commit: Merge pull request #451 from Qiuzhuang/master

Posted by pw...@apache.org.
Merge pull request #451 from Qiuzhuang/master

Fixed Window spark shell launch script error.

 JIRA SPARK-1029:https://spark-project.atlassian.net/browse/SPARK-1029


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

Branch: refs/heads/master
Commit: d749d472b37448edb322bc7208a3db925c9a4fc2
Parents: d4fd89e 4e510b0
Author: Patrick Wendell <pw...@gmail.com>
Authored: Thu Jan 16 23:18:15 2014 -0800
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Thu Jan 16 23:18:15 2014 -0800

----------------------------------------------------------------------
 bin/spark-class2.cmd | 2 +-
 bin/spark-shell.cmd  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------