GitHub user VinceShieh opened a pull request:

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

    [SPARK-17462][MLLIB]use VersionUtils to parse Spark version strings

    ## What changes were proposed in this pull request?
    
    Several places in MLlib use custom regexes or other approaches to parse 
Spark versions.
    Those should be fixed to use the VersionUtils. This PR replaces custom 
regexes with
    VersionUtils to get Spark version numbers.
    
    ## How was this patch tested?
    
    Existing tests.
    
    Signed-off-by: VinceShieh <[email protected]>

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

    $ git pull https://github.com/VinceShieh/spark SPARK-17462

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

    https://github.com/apache/spark/pull/15055.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 #15055
    
----
commit 72a87b0f8a386ff53903620c3cddee6744c73a96
Author: VinceShieh <[email protected]>
Date:   2016-09-12T06:37:42Z

    [SPARK-17462][MLLIB]use VersionUtils to parse Spark version strings
    
    Several places in MLlib use custom regexes or other approaches. Those 
should be
    fixed to use the VersionUtils
    
    Signed-off-by: VinceShieh <[email protected]>

----


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

Reply via email to