yahoo / storm-yarn

Storm-yarn enables Storm clusters to be deployed into machines managed by Hadoop YARN.
Other
417 stars 161 forks source link

Use HDFS for app storage #9

Open anfeng opened 11 years ago

anfeng commented 11 years ago

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.

vinceyang commented 11 years ago

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