GitHub user techaddict opened a pull request:

    https://github.com/apache/spark/pull/391

    SPARK-1426: Make MLlib work with NumPy versions older than 1.7

    Currently it requires NumPy 1.7 due to using the copyto method 
(http://docs.scipy.org/doc/numpy/reference/generated/numpy.copyto.html) for 
extracting data out of an array.
    Replace it with a fallback

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/techaddict/spark 1426

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/391.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #391
    
----
commit 417efe249c8d5fb9756e3860f53ea06fafc89b5a
Author: Sandeep <sand...@techaddict.me>
Date:   2014-04-11T10:27:18Z

    SPARK-1426: Make MLlib work with NumPy versions older than 1.7
    Currently it requires NumPy 1.7 due to using the copyto method 
(http://docs.scipy.org/doc/numpy/reference/generated/numpy.copyto.html) for 
extracting data out of an array.
    Replace it with a fallback

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to