Repository: spark
Updated Branches:
  refs/heads/branch-0.9 950981971 -> b3f4245ff


HOTFIX: Removing out dated python path in testing tool.


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

Branch: refs/heads/branch-0.9
Commit: b3f4245ff77b2cae37872960622fa7cc62c78547
Parents: 9509819
Author: Patrick Wendell <[email protected]>
Authored: Fri Jun 27 18:19:16 2014 -0700
Committer: Patrick Wendell <[email protected]>
Committed: Fri Jun 27 18:19:16 2014 -0700

----------------------------------------------------------------------
 dev/run-tests | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/b3f4245f/dev/run-tests
----------------------------------------------------------------------
diff --git a/dev/run-tests b/dev/run-tests
index 0003871..596ed2f 100755
--- a/dev/run-tests
+++ b/dev/run-tests
@@ -35,7 +35,4 @@ sbt/sbt clean assembly test
 echo 
"========================================================================="
 echo "Running PySpark tests"
 echo 
"========================================================================="
-if [ -z "$PYSPARK_PYTHON" ]; then
-  export PYSPARK_PYTHON=/usr/local/bin/python2.7
-fi
 ./python/run-tests

Reply via email to