GitHub user jerryshao opened a pull request:

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

    [SPARK-5372][Streaming] Change the default storage level in window operators

    The default storage level in window operators is MEMORY_ONLY_SER, which 
will lead to unexpected behavior when memory is not enough. Besides for the 
reason of aligning this to the storage level of input DStream, here I'd change 
the storage level to MEMORY_AND_DISK_SER.

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

    $ git pull https://github.com/jerryshao/apache-spark SPARK-5372

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

    https://github.com/apache/spark/pull/4167.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 #4167
    
----
commit 927a7d768c895b2f7f315c7d6cd095f1a559ec35
Author: jerryshao <[email protected]>
Date:   2015-01-23T02:26:04Z

    Change the default storage level in window operators

----


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