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_r189455518
 
 

 ##########
 File path: 
runtime/executor/src/main/java/edu/snu/nemo/runtime/executor/TaskExecutor.java
 ##########
 @@ -565,8 +565,8 @@ public void execute() {
       inputReadEndTime = System.currentTimeMillis();
       metric.put("InputReadTime(ms)", inputReadEndTime - inputReadStartTime);
 
-      // Process intra-TaskGroup data.
-      // Intra-TaskGroup data comes from outputCollectors of this TaskGroup's 
Tasks.
+      // Process intra-Task data.
+      // Intra-Task data comes from outputCollectors of this Task's Tasks.
 
 Review comment:
   Pipelined data comes from outputCollectors of tasks in this task DAG?

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


With regards,
Apache Git Services

Reply via email to