taegeonum commented on a change in pull request #203: [NEMO-360] Implementing
an 'XGBoostPolicy'
URL: https://github.com/apache/incubator-nemo/pull/203#discussion_r267574530
##########
File path:
compiler/optimizer/src/main/java/org/apache/nemo/compiler/optimizer/NemoOptimizer.java
##########
@@ -46,6 +48,8 @@
public final class NemoOptimizer implements Optimizer {
private final String dagDirectory;
private final Policy optimizationPolicy;
+ private final String environmentType;
Review comment:
`private final EnvironmentType environmentType`
or change this variable name to `environmentTypeStr`
----------------------------------------------------------------
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