You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Rick Kellogg (JIRA)" <ji...@apache.org> on 2015/10/05 04:14:28 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 ]

Rick Kellogg updated STORM-315:
-------------------------------
    Component/s: storm-core

> Added progress bar when submitting topology
> -------------------------------------------
>
>                 Key: STORM-315
>                 URL: https://issues.apache.org/jira/browse/STORM-315
>             Project: Apache Storm
>          Issue Type: New Feature
>          Components: storm-core
>            Reporter: Francois Dang Ngoc
>            Assignee: 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.3.4#6332)