Github user dongjoon-hyun commented on the issue:

    https://github.com/apache/spark/pull/14116
  
    The failure seems to be irrelevant to this PR.
    ```
    FAIL [31.391s]: test_predictions 
(pyspark.mllib.tests.StreamingLogisticRegressionWithSGDTests)
    Test predicted values on a toy model.
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File 
"/home/jenkins/workspace/SparkPullRequestBuilder/python/pyspark/mllib/tests.py",
 line 1426, in test_predictions
        self._eventually(condition, catch_assertions=True)
      File 
"/home/jenkins/workspace/SparkPullRequestBuilder/python/pyspark/mllib/tests.py",
 line 135, in _eventually
        raise lastValue
    AssertionError: 11 != 20
    ```
    
    Locally, it passes like the following.
    ```
    $ python python/run-tests.py --python-executables python2.7 --modules 
pyspark-mllib
    ...
    Finished test(python2.7): pyspark.mllib.tests (199s)
    Tests passed in 199 seconds
    ```



---
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