wonook commented on a change in pull request #203: [NEMO-360] Implementing an
'XGBoostPolicy'
URL: https://github.com/apache/incubator-nemo/pull/203#discussion_r267637173
##########
File path: compiler/optimizer/pom.xml
##########
@@ -45,6 +45,11 @@ under the License.
<groupId>org.apache.nemo</groupId>
<artifactId>nemo-conf</artifactId>
<version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.nemo</groupId>
+ <artifactId>nemo-runtime-common</artifactId>
Review comment:
Compiler runs on the driver (which uses the runtime-common module), and
needs access to the metrics with the changes now..
----------------------------------------------------------------
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