Github user andrewor14 commented on the pull request:
https://github.com/apache/spark/pull/2854#issuecomment-66389265
Just so we don't lose track of the test failure message again. The PySpark
tests are failing with the following. Looks like we need to have the correct
version of numpy installed when testing against older branches too.
```
Traceback (most recent call last):
File "pyspark/mllib/regression.py", line 20, in <module>
from pyspark.mllib._common import \
File
"/home/jenkins/workspace/SparkPullRequestBuilder/python/pyspark/mllib/__init__.py",
line 26, in <module>
raise Exception("MLlib requires NumPy 1.7+")
Exception: MLlib requires NumPy 1.7+
```
---
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]