Skip to content

Commit

Permalink
[REEF-655] Fix jar file path of run.sh to point to valid location
Browse files Browse the repository at this point in the history
This addressed the issue by
  * Fixed the path

JIRA:
  [REEF-655](https://issues.apache.org/jira/browse/REEF-655)

Pull Request:
  Closes apache#426
  • Loading branch information
dongjun-Lee authored and tcNickolas committed Aug 27, 2015
1 parent 13350af commit 9b97197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# ./run.sh org.apache.reef.examples.hello.HelloREEF

# RUNTIME
SELF_JAR=`echo $REEF_HOME/reef-examples/target/reef-examples-*-shaded.jar`
SELF_JAR=`echo $REEF_HOME/lang/java/reef-examples/target/reef-examples-*-shaded.jar`

LOGGING_CONFIG='-Djava.util.logging.config.class=org.apache.reef.util.logging.Config'

Expand Down

0 comments on commit 9b97197

Please sign in to comment.