colinsurprenant / redstorm

JRuby on Storm
Other
298 stars 56 forks source link

OutputCollector patch #103

Closed ismith closed 10 years ago

ismith commented 10 years ago

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.

coveralls commented 10 years ago

Coverage Status

Coverage increased (+0.02%) when pulling 00c42f5c14a9ea481baf30a5a54ed481ba35d637 on lookout:output_collector into af79df05facfa952e71521599cae0efafb3bc9d9 on colinsurprenant:master.

colinsurprenant commented 10 years ago

LGTM