[
https://issues.apache.org/jira/browse/BEAM-1636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Amit Sela resolved BEAM-1636.
-----------------------------
Resolution: Fixed
Fix Version/s: 0.6.0
> UnboundedDataset action() does not materialize RDD
> --------------------------------------------------
>
> Key: BEAM-1636
> URL: https://issues.apache.org/jira/browse/BEAM-1636
> Project: Beam
> Issue Type: Bug
> Components: runner-spark
> Reporter: Aviem Zur
> Assignee: Aviem Zur
> Fix For: 0.6.0
>
>
> {{UnboundedDataset#action}} does not materialize DStream since it uses
> {{register}}. Instead use {{foreachRDD}}...{{foreach}} which is an action,
> which will materialize the RDDs of the DStream.
> The reason it worked until now was because there was also a call to
> {{cache()}} before it.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)