sanha commented on a change in pull request #2: [NEMO-7] Intra-TaskGroup
pipelining
URL: https://github.com/apache/incubator-nemo/pull/2#discussion_r187042185
##########
File path:
runtime/executor/src/main/java/edu/snu/nemo/runtime/executor/datatransfer/OutputWriter.java
##########
@@ -69,11 +69,19 @@ public OutputWriter(final int hashRangeMultiplier,
}
/**
- * Writes output data depending on the communication pattern of the edge.
+ * Collects output element-wise in memory.
*
- * @param dataToWrite An iterable for the elements to be written.
+ * * @param element
Review comment:
Please remove the duplicated *
----------------------------------------------------------------
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