taegeonum commented on a change in pull request #231: [NEMO-406] Invoke
LambdaExecutor without creating containers
URL: https://github.com/apache/incubator-nemo/pull/231#discussion_r317820500
##########
File path:
runtime/master/src/main/java/org/apache/nemo/runtime/master/RuntimeMaster.java
##########
@@ -244,6 +244,7 @@ public void flushMetrics() {
*/
public Pair<PlanStateManager, ScheduledExecutorService> execute(final
PhysicalPlan plan,
final int
maxScheduleAttempt) {
+ System.out.println("RuntimeMaster->execute");
Review comment:
rm
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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