wynot12 commented on a change in pull request #203: [NEMO-360] Implementing an 
'XGBoostPolicy'
URL: https://github.com/apache/incubator-nemo/pull/203#discussion_r267245011
 
 

 ##########
 File path: 
runtime/driver/src/main/java/org/apache/nemo/driver/UserApplicationRunner.java
 ##########
 @@ -75,6 +87,7 @@ public synchronized void run(final String dagString) {
       LOG.info("##### Nemo Compiler Start #####");
 
       final IRDAG dag = 
SerializationUtils.deserialize(Base64.getDecoder().decode(dagString));
+      dag.setEnvironmentType(this.environmentType);
 
 Review comment:
   Hmm.. is it natural that IRDag itself has an environment type?

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