Dongjoon Hyun created SPARK-15603:
-------------------------------------
Summary: Replace SQLContext with SparkSession in ML/MLLib
Key: SPARK-15603
URL: https://issues.apache.org/jira/browse/SPARK-15603
Project: Spark
Issue Type: Improvement
Components: ML, MLlib
Reporter: Dongjoon Hyun
This issue replaces all deprecated `SQLContext` occurrences with `SparkSession` in `ML/MLLib`
module except the following two classes. These two classes use `SQLContext` as their function
arguments.
- ReadWrite.scala
- TreeModels.scala
--
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
|