[ 
https://issues.apache.org/jira/browse/SPARK-14952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Owen resolved SPARK-14952.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0

Issue resolved by pull request 12732
[https://github.com/apache/spark/pull/12732]

> Remove methods that were deprecated in 1.6.0
> --------------------------------------------
>
>                 Key: SPARK-14952
>                 URL: https://issues.apache.org/jira/browse/SPARK-14952
>             Project: Spark
>          Issue Type: Improvement
>          Components: ML, Spark Core
>            Reporter: Herman van Hovell
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> Running {{grep -inr "@deprecated"}} I found a few methods that were 
> deprecated in SPARK-1.6:
> {noformat}
> ./core/src/main/scala/org/apache/spark/input/PortableDataStream.scala:193:  
> @deprecated("Closing the PortableDataStream is not needed anymore.", "1.6.0")
> ./mllib/src/main/scala/org/apache/spark/ml/regression/LinearRegression.scala:392:
>   @deprecated("Use coefficients instead.", "1.6.0")
> ./mllib/src/main/scala/org/apache/spark/ml/classification/LogisticRegression.scala:483:
>   @deprecated("Use coefficients instead.", "1.6.0")
> {noformat}
> Lets remove those as part of 2.0



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to