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/14 08:08:40 UTC

[7/8] git commit: Disable MLlib tests for now while Jenkins is still on Python 2.6

Disable MLlib tests for now while Jenkins is still on Python 2.6


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

Branch: refs/heads/master
Commit: cc93c2abb1a44f230d2951981fdfc2fe8e7df46f
Parents: 54d3486
Author: Matei Zaharia <ma...@databricks.com>
Authored: Mon Jan 13 20:46:46 2014 -0800
Committer: Matei Zaharia <ma...@databricks.com>
Committed: Mon Jan 13 20:46:46 2014 -0800

----------------------------------------------------------------------
 python/run-tests | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/cc93c2ab/python/run-tests
----------------------------------------------------------------------
diff --git a/python/run-tests b/python/run-tests
index a986ac9..2005f61 100755
--- a/python/run-tests
+++ b/python/run-tests
@@ -40,11 +40,11 @@ run_test "-m doctest pyspark/broadcast.py"
 run_test "-m doctest pyspark/accumulators.py"
 run_test "-m doctest pyspark/serializers.py"
 run_test "pyspark/tests.py"
-run_test "pyspark/mllib/_common.py"
-run_test "pyspark/mllib/classification.py"
-run_test "pyspark/mllib/clustering.py"
-run_test "pyspark/mllib/recommendation.py"
-run_test "pyspark/mllib/regression.py"
+#run_test "pyspark/mllib/_common.py"
+#run_test "pyspark/mllib/classification.py"
+#run_test "pyspark/mllib/clustering.py"
+#run_test "pyspark/mllib/recommendation.py"
+#run_test "pyspark/mllib/regression.py"
 
 if [[ $FAILED != 0 ]]; then
     echo -en "\033[31m"  # Red