add 1.9 mode config in example topologies

This commit is contained in:
Colin Surprenant 2012-05-29 15:11:34 -04:00
parent 1e63b7323d
commit fa9cfbb7fc
3 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@ module RedStorm
configure do |env|
debug true
set "topology.worker.childopts", "-Djruby.compat.version=RUBY1_9"
case env
when :local
max_task_parallelism 3

View File

@ -24,6 +24,7 @@ module RedStorm
configure do |env|
debug true
set "topology.worker.childopts", "-Djruby.compat.version=RUBY1_9"
case env
when :local
max_task_parallelism 3

View File

@ -17,6 +17,7 @@ module RedStorm
configure :word_count do |env|
debug true
set "topology.worker.childopts", "-Djruby.compat.version=RUBY1_9"
case env
when :local
max_task_parallelism 3