jeongyooneo commented on a change in pull request #30: [NEMO-63] On-demand dynamic optimization metric aggregation URL: https://github.com/apache/incubator-nemo/pull/30#discussion_r195083980
########## File path: examples/resources/sample_input_wordcount ########## @@ -1,11 +1,14 @@ -banana -ski snowboard -banana ski one two three -bicycle piano piano three -two three ski ski jangho -jangho wonook wonook wonook wonook tennis -john john jy jy jy wonook -ski snowboard tennis -shakespeare sanha girl jy -piano bicycle tennis -banana +wonook m 50 Review comment: It really is. I made it in line with renaming MapReduce example to WordCount, which made `sample_input_mr` into `sample_input_wordcount`. BroadcastITCase just happened to use `sample_input_mr` as input, so instead of leaving it to use `sample_input_wordcount`, I made a copy of it and named it `sample_input_broadcast`. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
