aboutsummaryrefslogtreecommitdiff
path: root/python/run-tests
diff options
context:
space:
mode:
authorMatei Zaharia <matei@databricks.com>2014-01-14 12:14:48 -0800
committerMatei Zaharia <matei@databricks.com>2014-01-14 12:14:48 -0800
commit938e4a0e16ecd8e362c99f02a309d750060771a8 (patch)
tree6e80bd31b70b87b79da9b4b1d7a77c3b42996c4a /python/run-tests
parent3fcc68bfa5e9ef4b7abfd5051b6847a833e1ad2f (diff)
downloadspark-938e4a0e16ecd8e362c99f02a309d750060771a8.tar.gz
spark-938e4a0e16ecd8e362c99f02a309d750060771a8.tar.bz2
spark-938e4a0e16ecd8e362c99f02a309d750060771a8.zip
Re-enable Python MLlib tests (require Python 2.7 and NumPy 1.7+)
Diffstat (limited to 'python/run-tests')
-rwxr-xr-xpython/run-tests10
1 files changed, 5 insertions, 5 deletions
diff --git a/python/run-tests b/python/run-tests
index 2005f610b4..a986ac9380 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