taegeonum commented on a change in pull request #129: [NEMO-8] Implement
PipeManagerMaster/Worker
URL: https://github.com/apache/incubator-nemo/pull/129#discussion_r228424461
##########
File path:
runtime/master/src/main/java/org/apache/nemo/runtime/master/scheduler/StreamingScheduler.java
##########
@@ -72,7 +76,8 @@ public void schedulePlan(final PhysicalPlan
submittedPhysicalPlan,
planStateManager.storeJSON("submitted");
// Prepare tasks
- final List<Stage> reverseTopoStages =
Lists.reverse(submittedPhysicalPlan.getStageDAG().getTopologicalSort());
+ // final List<Stage> reverseTopoStages =
Lists.reverse(submittedPhysicalPlan.getStageDAG().getTopologicalSort());
Review comment:
rm commented line
----------------------------------------------------------------
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