You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by Han Jia <jo...@gmail.com> on 2014/05/09 07:58:56 UTC

Distribute tasks evenly across supervisors

Hi,

I have a cluster with three supervisors. Currently, all the executors will
be assigned to the same supervisor. Is there any way to configure the
cluster so that tasks can be evenly distributed and every supervisor can
take a number of tasks?


Thanks,
Han

Re: Distribute tasks evenly across supervisors

Posted by Srinath C <sr...@gmail.com>.
If you have three supervisors, then configure your topology to have atleast
3 worker processes and have enough executors in the topology that can
spread across them.



On Fri, May 9, 2014 at 11:28 AM, Han Jia <jo...@gmail.com> wrote:

> Hi,
>
> I have a cluster with three supervisors. Currently, all the executors will
> be assigned to the same supervisor. Is there any way to configure the
> cluster so that tasks can be evenly distributed and every supervisor can
> take a number of tasks?
>
>
> Thanks,
> Han
>