Skip to content

Commit

Permalink
fix run_nemo to use the shaded jar
Browse files Browse the repository at this point in the history
  • Loading branch information
John Yang committed Oct 30, 2018
1 parent 6e0a8c4 commit 0a15c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw1_beam/run_nemo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tar -zxvf nemo-shaded.tar.gz
mvn clean install -Pnemo-runner

#run
java -cp `pwd`/nemo-shaded.jar:`yarn classpath`:`pwd`/target/bd_hw-1.0-SNAPSHOT.jar \
java -cp `pwd`/nemo-shaded.jar:`yarn classpath`:`pwd`/target/bd_hw-1.0-SNAPSHOT-shaded.jar \
org.apache.nemo.client.JobLauncher \
-job_id BD_HW_ONE \
-executor_json `pwd`/nemo-resources.json \
Expand Down

0 comments on commit 0a15c72

Please sign in to comment.