colinsurprenant/redstorm

document snakeyaml jar conflict workaround with Storm 0.8.2 and JRuby 1.7.3

colinsurprenant opened this issue · 3 comments

problem reported and workaround from @kb.
also reported in Storm issues nathanmarz/storm#567
also problem reproduction gist https://github.com/kb/redstorm-tester/blob/master/tester/tester.rb

basically snakeyaml must be updated to 1.11 in the Storm distribution. It is possible to do so in the RedStorm Ivy dependencies file but will only solve the problem when running local topologies. For clusters, it must be done outside RedStorm.

documented in README

kb commented

Merged into master and appears to be in the current WIP release nathanmarz/storm#567