[GitHub] storm pull request: STORM-550:fix bug get an error when use --conf...

2014-11-18 Thread caofangkun
Github user caofangkun closed the pull request at: https://github.com/apache/storm/pull/310 --- 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 e

[GitHub] storm pull request: STORM-550:fix bug get an error when use --conf...

2014-11-18 Thread caofangkun
Github user caofangkun commented on the pull request: https://github.com/apache/storm/pull/310#issuecomment-63588709 duplicate of STORM-188 --- 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 thi

[GitHub] storm pull request: STORM-550:fix bug get an error when use --conf...

2014-11-18 Thread revans2
Github user revans2 commented on the pull request: https://github.com/apache/storm/pull/310#issuecomment-63493192 This is a duplicate of STORM-188 as @clockfly suggested. This patch has a regression, in that it does not search the classpath for the --config option. I don't expect th

[GitHub] storm pull request: STORM-550:fix bug get an error when use --conf...

2014-11-10 Thread caofangkun
Github user caofangkun commented on a diff in the pull request: https://github.com/apache/storm/pull/310#discussion_r20135808 --- Diff: storm-core/src/jvm/backtype/storm/utils/Utils.java --- @@ -121,6 +126,27 @@ public static void sleep(long millis) { throw new Runt

[GitHub] storm pull request: STORM-550:fix bug get an error when use --conf...

2014-11-10 Thread clockfly
Github user clockfly commented on the pull request: https://github.com/apache/storm/pull/310#issuecomment-62510083 Seems this is duplicate of STORM-188 --- 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

[GitHub] storm pull request: STORM-550:fix bug get an error when use --conf...

2014-11-10 Thread Parth-Brahmbhatt
Github user Parth-Brahmbhatt commented on a diff in the pull request: https://github.com/apache/storm/pull/310#discussion_r20134395 --- Diff: storm-core/src/jvm/backtype/storm/utils/Utils.java --- @@ -121,6 +126,27 @@ public static void sleep(long millis) { throw ne

[GitHub] storm pull request: STORM-550:fix bug get an error when use --conf...

2014-11-10 Thread Parth-Brahmbhatt
Github user Parth-Brahmbhatt commented on a diff in the pull request: https://github.com/apache/storm/pull/310#discussion_r20134376 --- Diff: storm-core/src/jvm/backtype/storm/utils/Utils.java --- @@ -121,6 +126,27 @@ public static void sleep(long millis) { throw ne

[GitHub] storm pull request: STORM-550:fix bug get an error when use --conf...

2014-11-10 Thread caofangkun
GitHub user caofangkun opened a pull request: https://github.com/apache/storm/pull/310 STORM-550:fix bug get an error when use --config option to override conf... fix bug get an error when use --config option to override conf... bin/storm --config ~/deploy/storm-conf/user.ya