Repository: incubator-reef Updated Branches: refs/heads/master 13350af63 -> 9b971979f
[REEF-655] Fix jar file path of run.sh to point to valid location This addressed the issue by * Fixed the path JIRA: [REEF-655](https://issues.apache.org/jira/browse/REEF-655) Pull Request: Closes #426 Project: http://git-wip-us.apache.org/repos/asf/incubator-reef/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-reef/commit/9b971979 Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/9b971979 Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/9b971979 Branch: refs/heads/master Commit: 9b971979f816a58ada37212fcd7757331182141d Parents: 13350af Author: dongjun-Lee <ga...@snu.ac.kr> Authored: Thu Aug 27 16:13:09 2015 +0900 Committer: Mariia Mykhailova <michayl...@gmail.com> Committed: Thu Aug 27 11:15:06 2015 -0700 ---------------------------------------------------------------------- bin/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/9b971979/bin/run.sh ---------------------------------------------------------------------- diff --git a/bin/run.sh b/bin/run.sh index b5bb0a4..e408adf 100755 --- a/bin/run.sh +++ b/bin/run.sh @@ -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'