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

Flink Batch Runner does not populate aggregator values

Details

    • Bug
    • Status: Resolved
    • P3
    • Resolution: Fixed
    • 0.3.0-incubating
    • 0.4.0
    • runner-flink
    • None

    Description

      Running the quickstart gives 0 for emptyLines.

      Running with --streaming=true gives the correct value (for my input file, the default examples archetype pom.xml, the true value is 27 at the time of writing).

      Streaming output:

      Dec 07, 2016 1:00:53 PM org.apache.beam.runners.flink.FlinkRunner run
      INFO: Final aggregator values:
      Dec 07, 2016 1:00:53 PM org.apache.beam.runners.flink.FlinkRunner run
      INFO: DroppedDueToLateness : 0
      Dec 07, 2016 1:00:53 PM org.apache.beam.runners.flink.FlinkRunner run
      INFO: emptyLines : 27
      Dec 07, 2016 1:00:53 PM org.apache.beam.runners.flink.FlinkRunner run
      INFO: DroppedDueToClosedWindow : 0
      

      Non-streaming output:

      Dec 07, 2016 12:58:07 PM org.apache.beam.runners.flink.FlinkRunner run
      INFO: Final aggregator values:
      Dec 07, 2016 12:58:07 PM org.apache.beam.runners.flink.FlinkRunner run
      INFO: emptyLines : 0
      

      (Note also that the lateness etc. aggregators are missing entirely, may be expected).

      Attachments

        Activity

          People

            aljoscha Aljoscha Krettek
            dhalperi Dan Halperin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: