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

 ##########
 File path: bin/run_beam.sh
 ##########
 @@ -21,4 +21,4 @@ VERSION=$(mvn -q \
   -Dexec.executable=echo -Dexec.args='${project.version}' \
   --non-recursive exec:exec)
 
-java -Dlog4j.configuration=file://`pwd`/log4j.properties -cp 
client/target/nemo-client-$VERSION-shaded.jar:examples/beam/target/nemo-examples-beam-$VERSION-shaded.jar:`yarn
 classpath` org.apache.nemo.client.JobLauncher "$@"
+java -Dlog4j.configuration=file://`pwd`/log4j.properties -cp 
examples/beam/target/nemo-examples-beam-${VERSION}-shaded.jar:`yarn classpath` 
org.apache.nemo.client.JobLauncher "$@"
 
 Review comment:
   This actually reverts a change made in PR #198, and I'm afraid that PR #198 
breaks the application from running in yarn environments. I'll instead file an 
issue to resolve this issue separately.

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