-
- Downloads
"git@gitlab.engr.illinois.edu:GolfCar/Verse-library.git" did not exist on "e771ec6787f5153c5a194d4ee01c1d715e719a06"
[SPARK-14952][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. Author: Herman van Hovell <hvanhovell@questtec.nl> Closes #12732 from hvanhovell/SPARK-14952.
Showing
- core/src/main/scala/org/apache/spark/input/PortableDataStream.scala 0 additions, 9 deletions...ain/scala/org/apache/spark/input/PortableDataStream.scala
- mllib/src/main/scala/org/apache/spark/ml/classification/LogisticRegression.scala 0 additions, 3 deletions...g/apache/spark/ml/classification/LogisticRegression.scala
- mllib/src/main/scala/org/apache/spark/ml/regression/LinearRegression.scala 0 additions, 3 deletions...ala/org/apache/spark/ml/regression/LinearRegression.scala
- project/MimaExcludes.scala 5 additions, 0 deletionsproject/MimaExcludes.scala
- python/pyspark/ml/classification.py 0 additions, 10 deletionspython/pyspark/ml/classification.py
- python/pyspark/ml/regression.py 0 additions, 9 deletionspython/pyspark/ml/regression.py
Loading
Please register or sign in to comment