Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
In PySpark, access to the JVM SQLContext from a PySpark SQLContext instance has changed from sqlContext._scala_SQLContext to sqlContext._ssql_ctx has always been officially exposed via sqlContext._ssql_ctx. However, we have been using an unofficial variable, sqlContext._scala_SQLContext, which has been renamed in 2.0, breaking any previous code using the former construct, such as our Python MLOutput.getDF(...) method. Therefore, we just need to update our PySpark API to use the official access point.
Attachments
Issue Links
- relates to
-
SYSTEMDS-587 Improvements Triggered By Deep Learning Work
- In Progress