GitHub user mengxr opened a pull request:
https://github.com/apache/spark/pull/12803
[SPARK-14412.2] [ML] rename *RDDStorageLevel to *StorageLevel
## What changes were proposed in this pull request?
As discussed in #12660, this PR renames
* intermediateRDDStorageLevel -> intermediateStorageLevel
* finalRDDStorageLevel -> finalStorageLevel
The argument name in `ALS.train` will be addressed in SPARK-15027.
## How was this patch tested?
Existing unit tests.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mengxr/spark SPARK-14412
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/12803.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 #12803
----
commit 9ffa4ea994743ab4d02e0e4bff03fbaa016d4d19
Author: Xiangrui Meng <[email protected]>
Date: 2016-04-30T05:49:00Z
rename storage level params in Scala
commit 55721c5eacc31c64fb5c826d7f098c542676b20f
Author: Xiangrui Meng <[email protected]>
Date: 2016-04-30T05:52:16Z
rename storage level params in Python
----
---
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]