jeongyooneo commented on a change in pull request #24: [NEMO-79] Clean up the
legacy Task
URL: https://github.com/apache/incubator-nemo/pull/24#discussion_r191996204
##########
File path:
runtime/common/src/main/java/edu/snu/nemo/runtime/common/plan/physical/PhysicalPlanGenerator.java
##########
@@ -70,7 +69,9 @@ private
PhysicalPlanGenerator(@Parameter(JobConf.DAGDirectory.class) final Strin
// for debugging purposes.
dagOfStages.storeJSON(dagDirectory, "plan-logical", "logical execution
plan");
// then create tasks and make it into a physical execution plan.
- return stagesIntoPlan(dagOfStages);
+
+ final DAG<PhysicalStage, PhysicalStageEdge> result =
stagesIntoPlan(dagOfStages);
Review comment:
result -> physicalPlan?
----------------------------------------------------------------
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