Xiangrui Meng created SPARK-5757:
------------------------------------

             Summary: Use json4s instead of DataFrame.toJSON in model export
                 Key: SPARK-5757
                 URL: https://issues.apache.org/jira/browse/SPARK-5757
             Project: Spark
          Issue Type: Improvement
          Components: MLlib
    Affects Versions: 1.3.0
            Reporter: Xiangrui Meng
            Assignee: Xiangrui Meng
            Priority: Critical


We use DataFrame.toJSON to save/load model metadata, which depends on 
DataFrame's JSON support and subject to changes made there. To avoid conflicts, 
e.g., https://github.com/apache/spark/pull/4544, we should use json4s directly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to