You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nemo.apache.org by GitBox <gi...@apache.org> on 2018/10/12 02:13:47 UTC

[GitHub] taegeonum opened a new pull request #123: [NEMO-129] Support Beam's WindowedWordCount example

taegeonum opened a new pull request #123: [NEMO-129] Support Beam's WindowedWordCount example
URL: https://github.com/apache/incubator-nemo/pull/123
 
 
   JIRA: [NEMO-129: Support Beam's WindowedWordCount example](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-129)
   
   **Major changes:**
   - Change `GroupByKeyTransform` to group elements according to the key and window. Use `GroupAlsoByWindowViaWindowSetNewDoFn` that is a wrapper class for group by key and window in beam. 
   
   **Minor changes to note:**
   - refactor `DoFnTransform` and create `AbstractTransform` to reuse codes in both `DoFnTransform` and `GroupByKeyTransform`
   
   **Tests for the changes:**
   - test windowed word count (fixed window and sliding window) 
   
   **Other comments:**
   - 
   
   Closes #GITHUB_PR_NUMBER
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services