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.
Currently to submit a storm topology: We need:
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.