wynot12 commented on a change in pull request #73: [Nemo-62] Support Multiple 
Jobs Submission in a Single User Program
URL: https://github.com/apache/incubator-nemo/pull/73#discussion_r201426548
 
 

 ##########
 File path: 
runtime/master/src/test/java/edu/snu/nemo/runtime/master/scheduler/TaskRestartTest.java
 ##########
 @@ -93,7 +93,7 @@ public void setUp() throws Exception {
     final SchedulerRunner schedulerRunner = new SchedulerRunner(
         constraintRegistry, schedulingPolicy, pendingTaskCollectionPointer, 
executorRegistry);
     final BlockManagerMaster blockManagerMaster = 
mock(BlockManagerMaster.class);
-    scheduler =  new BatchSingleJobScheduler(schedulerRunner, 
pendingTaskCollectionPointer, blockManagerMaster,
+    scheduler =  new BatchScheduler(schedulerRunner, 
pendingTaskCollectionPointer, blockManagerMaster,
         pubSubEventHandler, updatePhysicalPlanEventHandler, executorRegistry);
 
     // Get JobStateManager
 
 Review comment:
   Please revert the irrelevant change.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to