wonook commented on a change in pull request #203: [NEMO-360] Implementing an
'XGBoostPolicy'
URL: https://github.com/apache/incubator-nemo/pull/203#discussion_r267637500
##########
File path: examples/beam/pom.xml
##########
@@ -31,17 +31,11 @@ under the License.
<name>Nemo Examples: Beam</name>
<dependencies>
- <dependency>
- <groupId>org.apache.nemo</groupId>
- <artifactId>nemo-compiler-frontend-beam</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.nemo</groupId>
- <artifactId>nemo-client</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- </dependency>
+ <dependency>
+ <groupId>org.apache.nemo</groupId>
+ <artifactId>nemo-client</artifactId>
+ <version>${project.version}</version>
+ </dependency>
Review comment:
I think it actually makes sense that the examples package depends on the
client. I've found out that without this, it causes some problem while running
on YARN environments. I'll keep you updated with what I'm investigating.
----------------------------------------------------------------
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