[ 
https://issues.apache.org/jira/browse/SPARK-5372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Owen updated SPARK-5372:
-----------------------------
      Priority: Minor  (was: Major)
    Issue Type: Task  (was: Bug)

> Change the default storage level of window operators
> ----------------------------------------------------
>
>                 Key: SPARK-5372
>                 URL: https://issues.apache.org/jira/browse/SPARK-5372
>             Project: Spark
>          Issue Type: Task
>          Components: Streaming
>    Affects Versions: 1.2.0
>            Reporter: Saisai Shao
>            Priority: Minor
>
> Current storage level of window operators is MEMORY_ONLY_SER, if the memory 
> is not enough to hold all the window data, cached RDD will be discarded, 
> which will lead to unexpected behavior. 
> Besides the default storage level of input data is MEMORY_AND_DISK_SER_2, it 
> is better to align to this storage level to change the storage level of 
> window operators to MEMORY_AND_DISK_SER.
> This changing has no effect when memory is enough. So I'd propose to change 
> the default storage level to MEMORY_AND_DISK_SER.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to