Github user tdas commented on a diff in the pull request:

    https://github.com/apache/spark/pull/2538#discussion_r18194241
  
    --- Diff: python/run-tests ---
    @@ -60,29 +93,10 @@ fi
     echo "Testing with Python version:"
     $PYSPARK_PYTHON --version
     
    -run_test "pyspark/rdd.py"
    -run_test "pyspark/context.py"
    -run_test "pyspark/conf.py"
    -run_test "pyspark/sql.py"
    -# These tests are included in the module-level docs, and so must
    -# be handled on a higher level rather than within the python file.
    -export PYSPARK_DOC_TEST=1
    -run_test "pyspark/broadcast.py"
    -run_test "pyspark/accumulators.py"
    -run_test "pyspark/serializers.py"
    -unset PYSPARK_DOC_TEST
    -run_test "pyspark/shuffle.py"
    -run_test "pyspark/tests.py"
    -run_test "pyspark/mllib/classification.py"
    -run_test "pyspark/mllib/clustering.py"
    -run_test "pyspark/mllib/linalg.py"
    -run_test "pyspark/mllib/random.py"
    -run_test "pyspark/mllib/recommendation.py"
    -run_test "pyspark/mllib/regression.py"
    -run_test "pyspark/mllib/stat.py"
    -run_test "pyspark/mllib/tests.py"
    -run_test "pyspark/mllib/tree.py"
    -run_test "pyspark/mllib/util.py"
    +#run_core_tests
    --- End diff --
    
    These should not be commented out finally, right?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to