You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/09/07 15:44:20 UTC

[jira] [Commented] (BEAM-15) Applying windowing to cached RDDs fails

    [ https://issues.apache.org/jira/browse/BEAM-15?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15470961#comment-15470961 ] 

ASF GitHub Bot commented on BEAM-15:
------------------------------------

Github user staslev closed the pull request at:

    https://github.com/apache/incubator-beam/pull/901


> Applying windowing to cached RDDs fails
> ---------------------------------------
>
>                 Key: BEAM-15
>                 URL: https://issues.apache.org/jira/browse/BEAM-15
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-spark
>            Reporter: Amit Sela
>            Assignee: Amit Sela
>
> The Spark runner caches RDDs that are accessed more than once. If applying window operations to a cached RDD, it will fail because windowed RDDs will try to cache with a different cache level - windowing cache level is StorageLevel.MEMORY_ONLY_SER and RDD cache level is StorageLevel.MEMORY_ONLY.



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