[
https://issues.apache.org/jira/browse/BEAM-6053?focusedWorklogId=165372&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-165372
]
ASF GitHub Bot logged work on BEAM-6053:
----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Nov/18 11:14
Start Date: 13/Nov/18 11:14
Worklog Time Spent: 10m
Work Description: mareksimunek commented on issue #7018: [BEAM-6053]
added sparkOptions cacheDisabled
URL: https://github.com/apache/beam/pull/7018#issuecomment-438229346
Run Spark ValidatesRunner
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 165372)
Time Spent: 20m (was: 10m)
> 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: 20m
> 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)