GitHub user darthbear opened a pull request:
https://github.com/apache/incubator-storm/pull/100
Added progress bar when submitting topology
Added new class StormSubmitterWithProgressBar that prints a progress bar
when uploading topology.
Example:
$ storm jar
target/storm-starter-0.9.2-incubating-SNAPSHOT-jar-with-dependencies.jar
storm.starter.WordCountTopology word-count
Start uploading file
'target/storm-starter-0.9.2-incubating-SNAPSHOT-jar-with-dependencies.jar' to
'/mnt/storm/nimbus/inbox/stormjar-56260c4e-c22f-4eee-86a3-1e64036fd5b2.jar'
(2590268 bytes)
[==================================================] 2590268 / 2590268
File
'target/storm-starter-0.9.2-incubating-SNAPSHOT-jar-with-dependencies.jar'
uploaded to
'/mnt/storm/nimbus/inbox/stormjar-56260c4e-c22f-4eee-86a3-1e64036fd5b2.jar'
(2590268 bytes)
Updated the examples to use StormSubmitterWithProgressBar instead.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Lulo/incubator-storm master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-storm/pull/100.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #100
----
commit 262f2dc3cb4212e5e3428f1b2f569114eb3146b3
Author: darthbear <[email protected]>
Date: 2014-05-03T17:06:32Z
Added storm submitter progress bar to see the progress of the jar file
upload
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---