You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by Franca van Kaam <fr...@gmail.com> on 2015/05/06 11:35:35 UTC

Forcing code distribution+geographic location of nodes

Hello,

I am fairly new to Storm and Clojure and I am wondering if there is any way
to force the way Nimbus distributes the code to the worker nodes. Also is
there any way to take geographic position of the nodes into account? If
this does not exist yet could you pinpoint me to the right location in the
source code where this could be implemented?

Thanks in advance,
Franca van Kaam

Re: Forcing code distribution+geographic location of nodes

Posted by Srikanth <sr...@gmail.com>.
You are looking for a custom scheduler. Follow this link for more details.
http://xumingming.sinaapp.com/885/twitter-storm-how-to-develop-a-pluggable-scheduler/

Do you really want to have your nodes geographically distributed? Think
about the latency that will add.

Srikanth

On Wed, May 6, 2015 at 5:35 AM, Franca van Kaam <fr...@gmail.com>
wrote:

> Hello,
>
> I am fairly new to Storm and Clojure and I am wondering if there is any
> way to force the way Nimbus distributes the code to the worker nodes. Also
> is there any way to take geographic position of the nodes into account? If
> this does not exist yet could you pinpoint me to the right location in the
> source code where this could be implemented?
>
> Thanks in advance,
> Franca van Kaam
>