GitHub user wjur opened a pull request:

    https://github.com/apache/spark/pull/11172

    [Docs] Update cache()'s storage level to be consistent with the code

    The docs say that the default storage level is MEMORY_ONLY,
    but in fact it is MEMORY_AND_DISK. This commit fixes the
    inconsistency between the code and the docs.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/wjur/spark wjur/caching_default_level

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/11172.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 #11172
    
----
commit 7ab9dad11d802e99d70812063fede6ce800baec4
Author: Wojciech Jurczyk <[email protected]>
Date:   2016-02-11T10:54:30Z

    [Docs] Update cache()'s storage level to be consistent with the code
    
    The docs say that the default storage level is MEMORY_ONLY,
    but in fact it is MEMORY_AND_DISK. This commit fixes the
    inconsistency between the code and the docs.

----


---
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]

Reply via email to