Github user gliptak commented on the pull request:
https://github.com/apache/spark/pull/9263#issuecomment-171512409
```
FAIL: test_trainOn_predictOn (pyspark.mllib.tests.StreamingKMeansTest)
Test that prediction happens on the updated model.
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/jenkins/workspace/SparkPullRequestBuilder/python/pyspark/mllib/tests.py",
line 1211, in test_trainOn_predictOn
self._eventually(condition, catch_assertions=True)
File
"/home/jenkins/workspace/SparkPullRequestBuilder/python/pyspark/mllib/tests.py",
line 129, in _eventually
raise lastValue
File
"/home/jenkins/workspace/SparkPullRequestBuilder/python/pyspark/mllib/tests.py",
line 120, in _eventually
lastValue = condition()
File
"/home/jenkins/workspace/SparkPullRequestBuilder/python/pyspark/mllib/tests.py",
line 1208, in condition
self.assertEqual(predict_results, [[0, 1, 1], [1, 0, 1]])
AssertionError: Lists differ: [[0, 1, 1], [0, 0, 0]] != [[0, 1, 1], [1, 0,
1]]
First differing element 1:
[0, 0, 0]
[1, 0, 1]
- [[0, 1, 1], [0, 0, 0]]
? ^^^^
+ [[0, 1, 1], [1, 0, 1]]
? +++ ^
```
---
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]