yahoo / storm-yarn

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

storm-yarn shutdown #10

Closed anfeng closed 11 years ago

anfeng commented 11 years ago

We should have a command to remove Storm cluster, and release all associated YARN resources.

storm-yarn shutdown --appId <appID>

anfeng commented 11 years ago

I will take this one. storm-master.thrift will be expanded to include a new function:

service StormMaster { ...

// shutdown storm cluster void shutdown(); }

anfeng commented 11 years ago

Pull request #12 created

revans2 commented 11 years ago

Merged in pull request, closing this issue.