You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Marek Simunek (JIRA)" <ji...@apache.org> on 2018/11/13 10:15:00 UTC

[jira] [Assigned] (BEAM-6053) Add option to disable caching in Spark

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

Marek Simunek reassigned BEAM-6053:
-----------------------------------

    Assignee: Marek Simunek  (was: Amit Sela)

> Add option to disable caching in Spark
> --------------------------------------
>
>                 Key: BEAM-6053
>                 URL: https://issues.apache.org/jira/browse/BEAM-6053
>             Project: Beam
>          Issue Type: Improvement
>          Components: runner-spark
>    Affects Versions: 2.9.0
>            Reporter: Marek Simunek
>            Assignee: Marek Simunek
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Add possibility to SparkOptions to turn off spark RDD caching. There are use cases when its faster to recompute whole RDD rather then serialize, store, deserialize, read from store.
> We probably don't want to have some list of `PCollections` which we don't want to cache, because that would be tailored to specific runner and would be against Beam's concepts. So I propose to turn off caching for the whole pipeline.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)