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

 ##########
 File path: bin/run_nexmark.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:`yarn 
classpath`:examples/nexmark/target/nexmark-$VERSION-shaded.jar 
org.apache.nemo.client.JobLauncher "$@"
+java -Dlog4j.configuration=file://`pwd`/log4j.properties -cp 
examples/nexmark/target/nexmark-${VERSION}-shaded.jar:client/target/nemo-client-${VERSION}-shaded.jar:`yarn
 classpath` org.apache.nemo.client.JobLauncher "$@"
 
 Review comment:
   It actually does the same thing, but I've fixed a sonar lint issue.

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