You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by Worthy LaFollette <wo...@gmail.com> on 2013/12/05 21:13:43 UTC

Storm on Yarn

Question about running storm on YARN.

Caveat: I'm still learning both YARN and Storm at this time.

When running on a multi-node YARN installation, I am having to manually
modify the storm.yaml on the YARN master node to point Nimbus to the host
where the Storm AM is running.  This is even after performing the getConfig
to create it.

How can I get this to be picked up dynamically?  How will this ultimately
work in the final release when the node may go down?   Hopefully I am
missing something somewhere as this seems fairly "static"-y at the moment.

Regards,

Worthy LaFollette