We have been trying to add in resource aware scheduling to storm, and it is
still a ways out before we release it as open source, but for us we are
including the resources each supervisor has as part of the supervisor heartbeat.
- Bobby
On Friday, May 15, 2015 4:23 AM, 陳怡仁 <[email protected]> wrote:
Hi guys,
I try to build a custom scheduler on storm 0.9.4 that need dynamically
detect specific hardware like Nvidia GPGPU on each Worker Node, but current
storm can not do that.
so i add my detect mechanism code in storm but always get the device
information where storm Nimbus run.
Anyone could please give me some tips that where storm Supervisor
maintain its information and how it communicate with Nimbus?
Thanks.
-YR