Details
Description
spark.mllib currently uses new SQLContext(...) in several places, especially the model save/load methods. It should use SQLContext.getOrCreate, which was introduced in Spark 1.4.
This can cause some problems, depending on how the user/system manages contexts.
Attachments
Issue Links
- relates to
-
SPARK-8870 Use SQLContext.getOrCreate in model save/load
- Resolved
- links to