Created
April 28, 2015 08:07
-
-
Save huafengw/e59e1c7b57291efb4cdd to your computer and use it in GitHub Desktop.
sol_storm_acker_off.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
metrics.enabled: true | |
metrics.poll: 5000 # 60 secs | |
metrics.time: 600000 # 10 mins | |
metrics.path: "reports" | |
# topology configurations | |
topology.workers: 16 | |
topology.acker.executors: 0 | |
topology.max.spout.pending: 1000 | |
topology.executor.receive.buffer.size: 16384 | |
topology.executor.send.buffer.size: 16384 | |
storm.messaging.netty.buffer_size: 4194304 | |
topology.name: "SOL" | |
benchmarks.level: 2 | |
message.size: 100 | |
component.spout_num: 48 | |
component.bolt_num: 48 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment