johnyangk commented on a change in pull request #72: [Nemo-59] Skewed 
data-aware executor allocation
URL: https://github.com/apache/incubator-nemo/pull/72#discussion_r200861872
 
 

 ##########
 File path: 
runtime/common/src/main/java/edu/snu/nemo/runtime/common/optimizer/pass/runtime/DataSkewRuntimePass.java
 ##########
 @@ -75,52 +81,75 @@ public PhysicalPlan apply(final PhysicalPlan originalPlan,
         .collect(Collectors.toList());
 
     // Get number of evaluators of the next stage (number of blocks).
-    final Integer taskListSize = 
optimizationEdges.stream().findFirst().orElseThrow(() ->
+    final Integer reducerTaskNum = 
optimizationEdges.stream().findFirst().orElseThrow(() ->
 
 Review comment:
   numOfDstTask?

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