Without this patch, I get the following error: LoadError: load error: red_storm/dsl/output_collector -- java.lang.ClassNotFoundException: backtype/storm/tuple/Tuple
Note: this is the same issue as #95, just reopened now that this repo has been moved. I also added a test; the spec below does repro the bug for me in JRuby 1.7.12 if the change to lib/red_storm/dsl/output_collector.rb is not present.
Coverage increased (+0.02%) when pulling 00c42f5c14a9ea481baf30a5a54ed481ba35d637 on lookout:output_collector into af79df05facfa952e71521599cae0efafb3bc9d9 on colinsurprenant:master.
Without this patch, I get the following error:
LoadError: load error: red_storm/dsl/output_collector -- java.lang.ClassNotFoundException: backtype/storm/tuple/Tuple
Note: this is the same issue as #95, just reopened now that this repo has been moved. I also added a test; the spec below does repro the bug for me in JRuby 1.7.12 if the change to
lib/red_storm/dsl/output_collector.rb
is not present.