yahoo/storm-yarn

Use HDFS for app storage

anfeng opened this issue · 1 comments

Storm currently stores application jar in Nimbus' local file system.
With Storm-YARN, we should leverage HDFS for such a storage.
Supervisors/workers could then launch topologies from HDFS, instead of downloading from Nimbus.

nimbus ha can do this。
https://github.com/Frostman/storm