You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2013/09/03 03:38:34 UTC

[02/19] git commit: Merge pull request #884 from mateiz/win-fixes

Merge pull request #884 from mateiz/win-fixes

Run script fixes for Windows after package & assembly change

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

Branch: refs/heads/master
Commit: 3c520fea7782fd24b2e30347938af9769c72c4ea
Parents: f957c26 3db404a
Author: Matei Zaharia <ma...@gmail.com>
Authored: Sun Sep 1 17:26:55 2013 -0700
Committer: Matei Zaharia <ma...@gmail.com>
Committed: Sun Sep 1 17:26:55 2013 -0700

----------------------------------------------------------------------
 bin/compute-classpath.cmd                       |  46 ++++-----
 .../scala/org/apache/spark/SparkContext.scala   |  28 ++++--
 docs/spark-standalone.md                        |   4 +-
 run-example.cmd                                 |  23 +++++
 run-example2.cmd                                |  61 +++++++++++
 run.cmd                                         |  20 ----
 run2.cmd                                        | 100 -------------------
 sbt/sbt.cmd                                     |   2 +-
 spark-class                                     |   2 +-
 spark-class.cmd                                 |  23 +++++
 spark-class2.cmd                                |  78 +++++++++++++++
 spark-shell.cmd                                 |   4 +-
 12 files changed, 228 insertions(+), 163 deletions(-)
----------------------------------------------------------------------