storm-configuration.md

June 14, 2017 ยท View on GitHub

Storm Properties

Please configure these properties in conf/storm.conf

cp conf/storm.conf.template conf/storm.conf
PropertyMeaning
hibench.streambench.storm.nimbushost name of storm nimbus
hibench.streambench.storm.nimbusAPIPortAPI port of storm nimbus
hibench.streambench.storm.home/PATH/TO/YOUR/STORM/HOME
hibench.streambench.storm.worker_countNumber of workers. Number of most bolt threads is also equal to this param.
hibench.streambench.storm.spout_threadsNumber of Kafka spout threads of Storm
hibench.streambench.storm.bolt_threadsNumber of bolt threads altogether
hibench.streambench.storm.localshuffleUse local shuffle or not. Default true.
hibench.streambench.storm.nimbusContactIntervalTime interval to contact nimbus to judge if finished
hibench.streambench.storm.read_from_startIndicates whether to read data from Kafka from the start or go on to read from last position
hibench.streambench.storm.ackonwhether to turn on ack