You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2013/12/19 01:56:30 UTC

[2/2] git commit: Merge pull request #267 from JoshRosen/cygwin

Merge pull request #267 from JoshRosen/cygwin

Fix Cygwin support in several scripts.

This allows the spark-shell, spark-class, run-example, make-distribution.sh,
and ./bin/start-* scripts to work under Cygwin.  Note that this doesn't
support PySpark under Cygwin, since that requires many additional `cygpath`
calls from within Python and will be non-trivial to implement.

This PR was inspired by, and subsumes, #253 (so close #253 after this is merged).


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

Branch: refs/heads/master
Commit: c64a53a48b894c3b5f4631eb0549c3292cd3d167
Parents: 5ea1872 f8ba89d
Author: Reynold Xin <rx...@apache.org>
Authored: Wed Dec 18 16:56:26 2013 -0800
Committer: Reynold Xin <rx...@apache.org>
Committed: Wed Dec 18 16:56:26 2013 -0800

----------------------------------------------------------------------
 run-example | 10 ++++++++++
 sbt/sbt     | 21 ++++++++++++++++++---
 spark-class | 10 ++++++++++
 spark-shell | 19 +++++++++++++++++--
 4 files changed, 55 insertions(+), 5 deletions(-)
----------------------------------------------------------------------