jeongyooneo commented on a change in pull request #20: [NEMO-76] Rename
TaskGroup to Task
URL: https://github.com/apache/incubator-nemo/pull/20#discussion_r189454073
##########
File path:
runtime/common/src/main/java/edu/snu/nemo/runtime/common/plan/physical/PhysicalPlanGenerator.java
##########
@@ -273,7 +273,7 @@ private void handleDuplicateEdgeGroupProperty(final
DAG<Stage, StageEdge> dagOfS
taskIRVertexMap.put(newTaskToAdd, irVertex);
});
- // connect internal edges in the task group. It suffices to iterate over
only the stage internal inEdges.
+ // connect internal edges in the task. It suffices to iterate over only
the stage internal inEdges.
Review comment:
connect internal edges in the task -> connect internal edges between tasks?
----------------------------------------------------------------
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