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

[jira] [Assigned] (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:all-tabpanel ]

Apache Spark reassigned SPARK-14952:
------------------------------------

    Assignee: Apache Spark

> 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
>            Assignee: Apache Spark
>            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