[GitHub] storm pull request #1648: STORM-2054 DependencyResolver should be aware of r...

2016-09-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1648 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[GitHub] storm pull request #1648: STORM-2054 DependencyResolver should be aware of r...

2016-09-01 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/1648#discussion_r77280313 --- Diff: external/storm-submit-tools/src/main/java/org/apache/storm/submit/dependency/Booter.java --- @@ -37,16 +37,19 @@ public static RepositorySystem

[GitHub] storm pull request #1648: STORM-2054 DependencyResolver should be aware of r...

2016-09-01 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/1648#discussion_r77279840 --- Diff: external/storm-submit-tools/src/main/java/org/apache/storm/submit/dependency/Booter.java --- @@ -37,16 +37,19 @@ public static RepositorySystem

[GitHub] storm pull request #1648: STORM-2054 DependencyResolver should be aware of r...

2016-09-01 Thread manuzhang
Github user manuzhang commented on a diff in the pull request: https://github.com/apache/storm/pull/1648#discussion_r77279412 --- Diff: external/storm-submit-tools/src/main/java/org/apache/storm/submit/dependency/Booter.java --- @@ -37,16 +37,19 @@ public static RepositorySystemSe

[GitHub] storm pull request #1648: STORM-2054 DependencyResolver should be aware of r...

2016-08-23 Thread HeartSaVioR
GitHub user HeartSaVioR opened a pull request: https://github.com/apache/storm/pull/1648 STORM-2054 DependencyResolver should be aware of relative path and absolute path * Fix Booter to handle the path with awareness of relative vs absolute * Modify DependencyResolverTest to rem