Github user mateiz commented on the pull request:

    https://github.com/apache/spark/pull/356#issuecomment-40107176
  
    This seems to be failing tests unfortunately -- click through to the 
Jenkins log. This is what it says:
    
    ```
    =========================================================================
    Running PySpark tests
    =========================================================================
    **********************************************************************
    File "pyspark/mllib/_common.py", line 76, in 
__main__._deserialize_double_vector
    Failed example:
        array_equal(x, _deserialize_double_vector(_serialize_double_vector(x)))
    Exception raised:
        Traceback (most recent call last):
          File "/usr/local/lib/python2.7/doctest.py", line 1289, in __run
            compileflags, 1) in test.globs
          File "<doctest __main__._deserialize_double_vector[1]>", line 1, in 
<module>
            array_equal(x, 
_deserialize_double_vector(_serialize_double_vector(x)))
          File "pyspark/mllib/_common.py", line 55, in _serialize_double_vector
            if numpy.issubdtype(v.dtype, numpy.complex):
        NameError: global name 'numpy' is not defined
    **********************************************************************
       1 of   2 in __main__._deserialize_double_vector
    ***Test Failed*** 1 failures.
    Had test failures; see logs.
    ```


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

Reply via email to