GitHub user hvanhovell opened a pull request:

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

    [SPARK-14592][CORE][ML] Remove methods that were deprecated in 1.6.0

    #### What changes were proposed in this pull request?
    
    This PR removes three methods the were deprecated in 1.6.0:
    - `PortableDataStream.close()`
    - `LinearRegression.weights`
    - `LogisticRegression.weights`
    
    The rationale for doing this is that the impact is small and that Spark 2.0 
is a major release.
    
    #### How was this patch tested?
    Compilation succeded.
    
    cc @srowen

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

    $ git pull https://github.com/hvanhovell/spark SPARK-14952

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

    https://github.com/apache/spark/pull/12732.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 #12732
    
----
commit 9e6e7ae71ad179be3a1e325dfce293d2f318acd8
Author: Herman van Hovell <[email protected]>
Date:   2016-04-27T09:55:39Z

    Remove deprecated methods.

----


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