You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/05/12 17:37:16 UTC

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

    [ https://issues.apache.org/jira/browse/STORM-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13995174#comment-13995174 ] 

ASF GitHub Bot commented on STORM-315:
--------------------------------------

Github user asfgit closed the pull request at:

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


> 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
>            Priority: Trivial
>             Fix For: 0.9.2-incubating
>
>
> 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)