GitHub user mengxr opened a pull request:
https://github.com/apache/spark/pull/12802
[SPARK-14653] [ML] Remove json4s from mllib-local
## What changes were proposed in this pull request?
This PR moves Vector.toJson/fromJson to ml.linalg.VectorEncoder under
mllib/ to keep mllib-local's dependency minimal. The json encoding is used by
Params. So we still need this feature in SPARK-14615, where we will switch to
ml.linalg in spark.ml APIs.
## How was this patch tested?
Copied existing unit tests over.
cc; @dbtsai
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mengxr/spark SPARK-14653
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/12802.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #12802
----
commit f1b83a9bb7532949c1dfdb9f25798fb5b6ea3fa1
Author: Xiangrui Meng <[email protected]>
Date: 2016-04-30T04:43:03Z
move Vector.toJson/fromJson to ml.linalg.VectorEncoder under mllib
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]