[GitHub] storm pull request: STORM-694: java.lang.ClassNotFoundException: b...

2015-12-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/449 --- 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 enabl

[GitHub] storm pull request: STORM-694: java.lang.ClassNotFoundException: b...

2015-10-08 Thread d2r
Github user d2r commented on the pull request: https://github.com/apache/storm/pull/449#issuecomment-146644018 @duke-bartholomew , Seems STORM-694 was closed because #492 was merged in. Should this pull request be closed? --- If your project is set up for it, you can reply to this e

[GitHub] storm pull request: STORM-694: java.lang.ClassNotFoundException: b...

2015-04-08 Thread harshach
Github user harshach commented on the pull request: https://github.com/apache/storm/pull/492#issuecomment-91033826 Thanks @knusbaum merged it into master. --- 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 d

[GitHub] storm pull request: STORM-694: java.lang.ClassNotFoundException: b...

2015-04-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/492 --- 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 enabl

[GitHub] storm pull request: STORM-694: java.lang.ClassNotFoundException: b...

2015-04-07 Thread harshach
Github user harshach commented on the pull request: https://github.com/apache/storm/pull/492#issuecomment-90666963 +1 --- 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

[GitHub] storm pull request: STORM-694: java.lang.ClassNotFoundException: b...

2015-04-07 Thread ptgoetz
Github user ptgoetz commented on the pull request: https://github.com/apache/storm/pull/492#issuecomment-90661810 +1 --- 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 w

[GitHub] storm pull request: STORM-694: java.lang.ClassNotFoundException: b...

2015-03-30 Thread nathanmarz
Github user nathanmarz commented on the pull request: https://github.com/apache/storm/pull/492#issuecomment-87942556 +1 --- 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 an

[GitHub] storm pull request: STORM-694: java.lang.ClassNotFoundException: b...

2015-03-30 Thread duke-bartholomew
Github user duke-bartholomew commented on the pull request: https://github.com/apache/storm/pull/449#issuecomment-87809406 @knusbaum Thanks for the input :+1: --- 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 proje

[GitHub] storm pull request: STORM-694: java.lang.ClassNotFoundException: b...

2015-03-30 Thread knusbaum
Github user knusbaum commented on the pull request: https://github.com/apache/storm/pull/492#issuecomment-87761632 #449 --- 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 a

[GitHub] storm pull request: STORM-694: java.lang.ClassNotFoundException: b...

2015-03-30 Thread knusbaum
GitHub user knusbaum opened a pull request: https://github.com/apache/storm/pull/492 STORM-694: java.lang.ClassNotFoundException: backtype.storm.daemon.common.SupervisorInfo You can merge this pull request into a Git repository by running: $ git pull https://github.com/knusba

[GitHub] storm pull request: STORM-694: java.lang.ClassNotFoundException: b...

2015-03-30 Thread knusbaum
Github user knusbaum commented on the pull request: https://github.com/apache/storm/pull/449#issuecomment-87743965 You're including `common` twice, once on line 29, and once on line 18. The real solution is to remove the import of `[backtype.storm.daemon.common SupervisorInfo]

[GitHub] storm pull request: STORM-694: java.lang.ClassNotFoundException: b...

2015-03-24 Thread duke-bartholomew
Github user duke-bartholomew commented on the pull request: https://github.com/apache/storm/pull/449#issuecomment-85884589 @caofangkun indeed, you are right. If I start from a new clone, it seems to work. Thanks for your reply! It still confuses me though why this is

[GitHub] storm pull request: STORM-694: java.lang.ClassNotFoundException: b...

2015-03-24 Thread caofangkun
Github user caofangkun commented on the pull request: https://github.com/apache/storm/pull/449#issuecomment-85783849 @duke-bartholomew It works very well when I try to reproduce this issue: ``` git clone https://github.com/apache/storm.git cd storm mvn

[GitHub] storm pull request: STORM-694: java.lang.ClassNotFoundException: b...

2015-03-24 Thread duke-bartholomew
Github user duke-bartholomew commented on the pull request: https://github.com/apache/storm/pull/449#issuecomment-85680330 @caofangkun I just tried again on the latest master branch, and sadly enough, yes the issue is still there. When executing 'mvn package' or 'mvn test' I s

[GitHub] storm pull request: STORM-694: java.lang.ClassNotFoundException: b...

2015-03-23 Thread caofangkun
Github user caofangkun commented on the pull request: https://github.com/apache/storm/pull/449#issuecomment-85329513 @duke-bartholomew Does this still a issue? See SupervisorInfo has already be imported at : https://github.com/apache/storm/blob/master/storm-core/src/clj