You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2016/04/27 12:22:12 UTC

[jira] [Commented] (SPARK-14952) Remove methods that were deprecated in 1.6.0

    [ https://issues.apache.org/jira/browse/SPARK-14952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15259934#comment-15259934 ] 

Sean Owen commented on SPARK-14952:
-----------------------------------

Yeah lots of things have been removed as subtasks of https://issues.apache.org/jira/browse/SPARK-11806 and I think I already removed anything deprecated before 1.6. I would support this, myself, even if it's a tad more aggressive.

> 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
>
> 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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org