taegeonum commented on a change in pull request #227: [NEMO-398] 
ExecutorRepresenter interface and DefaultExecutorRepresenter
URL: https://github.com/apache/incubator-nemo/pull/227#discussion_r310065746
 
 

 ##########
 File path: 
runtime/master/src/main/java/org/apache/nemo/runtime/master/resource/ContainerManager.java
 ##########
 @@ -170,7 +170,7 @@ public void onContainerAllocated(final String executorId,
    * @param activeContext for the launched container.
    * @return a representation of the executor. (return an empty Optional if 
terminated)
    */
-  public Optional<ExecutorRepresenter> onContainerLaunched(final ActiveContext 
activeContext) {
+  public Optional<DefaultExecutorRepresenter> onContainerLaunched(final 
ActiveContext activeContext) {
 
 Review comment:
   ExecutorRepresenter

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

Reply via email to