Re: questions of setNumWorkers and declareOutputFields function

2014-09-08 Thread Supun Kamburugamuva
On Mon, Sep 8, 2014 at 12:59 AM, Jiang Jacky wrote: > Hi, Guys > I just read the document about the apache storm, my question is the number > of workers should be equal to the number of supervisor node, right? because > workers control all treads across the topology, so we d better evenly > distr

questions of setNumWorkers and declareOutputFields function

2014-09-07 Thread Jiang Jacky
Hi, Guys I just read the document about the apache storm, my question is the number of workers should be equal to the number of supervisor node, right? because workers control all treads across the topology, so we d better evenly distribute the number of threads in each node. My another question i