wonook commented on a change in pull request #111: [NEMO-139, 6] Logic in the 
scheduler for appending jobs, Support RDD caching
URL: https://github.com/apache/incubator-nemo/pull/111#discussion_r211163405
 
 

 ##########
 File path: 
runtime/executor/src/main/java/edu/snu/nemo/runtime/executor/task/TaskExecutor.java
 ##########
 @@ -189,10 +190,10 @@ public TaskExecutor(final Task task,
       }
       final List<InputReader> parentTaskReaders =
           getParentTaskReaders(taskIndex, irVertex, 
task.getTaskIncomingEdges(), dataTransferFactory);
-      parentTaskReaders.forEach(parentTaskReader -> {
+      parentTaskReaders.forEach(parentTaskReader ->
         dataFetcherList.add(new 
ParentTaskDataFetcher(parentTaskReader.getSrcIrVertex(), parentTaskReader,
-            vertexHarness, isToSideInput)); // Parent-task read
-      });
+            vertexHarness, isToSideInput)) // Parent-task read
+      );
 
 Review comment:
   Let's push this line up.

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

Reply via email to