GitHub user MechCoder opened a pull request:

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

    [SPARK-8032] Make version checking for NumPy in MLlib more robust

    The current checking does version `1.x' is less than `1.4' this will fail 
if x has greater than 1 digit, since x > 4, however `1.x` < `1.4`
    
    It fails in my system since I have version `1.10` :P

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

    $ git pull https://github.com/MechCoder/spark np_ver

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

    https://github.com/apache/spark/pull/6579.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 #6579
    
----
commit 09298778f9e1c0d27b8934dc7d6a48aec74a8381
Author: MechCoder <manojkumarsivaraj...@gmail.com>
Date:   2015-06-02T07:02:40Z

    [SPARK-8032] Make version checking for NumPy in MLlib more robust

----


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

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to