GitHub user mengxr opened a pull request:
https://github.com/apache/spark/pull/1913
[SPARK-2995][MLLIB] add ALS.setIntermediateDataStorageLevel
As mentioned in SPARK-2465, using `MEMORY_AND_DISK_SER` for user/product
in/out links together with `spark.rdd.compress=true` can help reduce the space
requirement by a lot, at the cost of speed. It might be useful to add this
option so people can run ALS on much bigger datasets.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mengxr/spark als-storagelevel
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/1913.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 #1913
----
commit 7550029df0cb78a7d303b026da4bb455d90883fb
Author: Xiangrui Meng <[email protected]>
Date: 2014-08-13T00:49:52Z
add ALS.setIntermediateDataStorageLevel
----
---
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]