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/07/14 11:12:15 UTC

[GitHub] shpark commented on a change in pull request #76: [NEMO-151] Add OutputWriters for additional tagged outputs

shpark commented on a change in pull request #76: [NEMO-151] Add OutputWriters for additional tagged outputs
URL: https://github.com/apache/incubator-nemo/pull/76#discussion_r202512750
 
 

 ##########
 File path: runtime/executor/src/main/java/edu/snu/nemo/runtime/executor/task/VertexHarness.java
 ##########
 @@ -111,10 +114,17 @@ OutputCollectorImpl getOutputCollector() {
   }
 
   /**
-   * @return OutputWriters of this irVertex. (empty if none exists)
+   * @return OutputWriters for main outputs of this irVertex. (empty if none exists)
 
 Review comment:
   The main outputs are output with main TupleTag and additional outputs are outputs with additional TupleTags. These are from Beam programming model.

----------------------------------------------------------------
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