You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Francois Dang Ngoc (JIRA)" <ji...@apache.org> on 2014/05/11 00:10:53 UTC

[jira] [Created] (STORM-315) Added progress bar when submitting topology

Francois Dang Ngoc created STORM-315:
----------------------------------------

             Summary: Added progress bar when submitting topology
                 Key: STORM-315
                 URL: https://issues.apache.org/jira/browse/STORM-315
             Project: Apache Storm (Incubating)
          Issue Type: New Feature
            Reporter: Francois Dang Ngoc


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 display the progress bar when submitting topology



--
This message was sent by Atlassian JIRA
(v6.2#6252)