Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.0.0
Description
In spark ML, replace RDD read / write API invocation with Dataframe read / write API.
Motivation:
In databricks runtime, RDD read / write API has some issue for certain storage types that requires the account key, but Dataframe read / write API works.