GitHub user yanboliang opened a pull request:
https://github.com/apache/spark/pull/16312
[SPARK-18862][SPARKR][ML] Split SparkR mllib.R into multiple files
## What changes were proposed in this pull request?
SparkR ```mllib.R``` is getting bigger as we add more ML wrappers, I'd like
to split it into multiple files to make us easy to maintain:
* mllib_classification.R
* mllib_clustering.R
* mllib_recommendation.R
* mllib_regression.R
* mllib_stat.R
* mllib_tree.R
* mllib_utils.R
Note: Only reorg, no actual code change.
## How was this patch tested?
Existing tests.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/yanboliang/spark spark-18862
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/16312.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 #16312
----
commit 319d1ed7a56ea4e307a860fccffe943f9f20051b
Author: Yanbo Liang <[email protected]>
Date: 2016-12-16T16:24:08Z
Split SparkR mllib.R into multiple files
----
---
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]