Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-1636

UnboundedDataset action() does not materialize RDD

Details

    • Bug
    • Status: Resolved
    • P2
    • Resolution: Fixed
    • None
    • 0.6.0
    • runner-spark
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              aviemzur Aviem Zur
              aviemzur Aviem Zur
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: