Herman van Hovell created SPARK-14952:
-----------------------------------------
Summary: 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: [email protected]
For additional commands, e-mail: [email protected]