yahoo / storm-yarn

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

Proposal: we should wrap storm topology submission in storm-yarn #45

Open clockfly opened 11 years ago

clockfly commented 11 years ago

Currently to submit a storm topology: We need:

  1. storm-yarn getStormConfig --output storm.yaml
  2. storm jar -Dstorm.conf.file storm.yaml job.jar

Maybe we should combine these two, and use storm-yarn jar --appId applicationId job.jar to simplify the job.

Since we already wraped the storm supervisor, storm ui, storm nimbus, so I think we should make storm-yarn command line interface as a complete interface, and hide the details of storm.

revans2 commented 11 years ago

I totally agree.