Proposal: we should wrap storm topology submission in storm-yarn
clockfly opened this issue · 1 comments
clockfly commented
Currently to submit a storm topology:
We need:
- storm-yarn getStormConfig --output storm.yaml
- 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
I totally agree.