Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
clockfly opened this issue Sep 16, 2013 · 1 comment
Open

Comments

@clockfly
Copy link
Contributor

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
Copy link
Collaborator

revans2 commented Sep 16, 2013

I totally agree.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants