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

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

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

Amit Sela resolved BEAM-15.
---------------------------
       Resolution: Duplicate
    Fix Version/s: 0.3.0-incubating

Resolved by BEAM-610

> 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
>             Fix For: 0.3.0-incubating
>
>
> 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)