Skip to content

[SPARK-5757][MLLIB] replace SQL JSON usage in model import/export by json4s - #4555

Closed
mengxr wants to merge 1 commit into
apache:masterfrom
mengxr:SPARK-5757
Closed

[SPARK-5757][MLLIB] replace SQL JSON usage in model import/export by json4s#4555
mengxr wants to merge 1 commit into
apache:masterfrom
mengxr:SPARK-5757

Conversation

@mengxr

Copy link
Copy Markdown
Contributor

This PR detaches MLlib model import/export code from SQL's JSON support, and hence unblocks #4544 . @yhuai

@SparkQA

Copy link
Copy Markdown

Test build #27330 has started for PR 4555 at commit b0415e8.

  • This patch merges cleanly.

@SparkQA

Copy link
Copy Markdown

Test build #27330 has finished for PR 4555 at commit b0415e8.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins

Copy link
Copy Markdown

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/27330/
Test PASSed.

@mengxrmengxr changed the title [SPARK-575][MLLIB] replace SQL JSON usage in model import/export by json4s[SPARK-5757][MLLIB] replace SQL JSON usage in model import/export by json4sFeb 12, 2015
@yhuai

Copy link
Copy Markdown
Contributor

LGTM

asfgit pushed a commit that referenced this pull request Feb 12, 2015
…json4s
This PR detaches MLlib model import/export code from SQL's JSON support, and hence unblocks #4544 . yhuai
Author: Xiangrui Meng <meng@databricks.com>
Closes#4555 from mengxr/SPARK-5757 and squashes the following commits:
b0415e8 [Xiangrui Meng] replace SQL JSON usage by json4s
(cherry picked from commit 99bd500)
Signed-off-by: Xiangrui Meng <meng@databricks.com>
@mengxr

Copy link
Copy Markdown
ContributorAuthor

Merged into master and branch-1.3.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@mengxr@SparkQA@AmplabJenkins@yhuai