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:54 UTC

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

     [ https://issues.apache.org/jira/browse/STORM-315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francois Dang Ngoc updated STORM-315:
-------------------------------------

    Description: 
PR: https://github.com/apache/incubator-storm/pull/100

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

  was:
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


> 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
>
> PR: https://github.com/apache/incubator-storm/pull/100
> 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)