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

 ##########
 File path: runtime/driver/src/main/java/org/apache/nemo/driver/NemoDriver.java
 ##########
 @@ -149,7 +153,18 @@ private void shutdown() {
     @Override
     public void onNext(final StartTime startTime) {
       setUpLogger();
-      runtimeMaster.requestContainer(resourceSpecificationString);
+      if (executorType.equals("lambda")) {
 
 Review comment:
   I don't any difference here, because `lambda` is passed as an argument, and 
we won't expect other strings or any changes to the string here.
   What do you say?

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