Uploaded image for project: 'Apache Nemo'
  1. Apache Nemo
  2. NEMO-250

Element-wise processing in GroupByKeyAndWindowTransform

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None

    Description

      Reference: https://github.com/apache/incubator-nemo/pull/135/files#r229178956 

      GroupByKeyAndWindowTransform calls DoFnRunner.processElement() every watermark, to reduce the overhead of calling processElement(). But, this approach can delay the event processing in streaming, if the watermark is not triggered for a long time. 

      It would be good to create another GroupByKeyAndWindowTransform for streaming operations. 

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              taegeonum Tae-Geon Um
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: