Github user kamleshbhatt commented on a diff in the pull request:

    https://github.com/apache/storm/pull/1677#discussion_r80293802
  
    --- Diff: bin/storm.py ---
    @@ -572,6 +572,22 @@ def kill_workers(*args):
             jvmtype="-client",
             extrajars=[USER_CONF_DIR, os.path.join(STORM_DIR, "bin")])
     
    +def admin_command(*args):
    +    """Syntax: [storm admin_command cmd]
    +
    +    This is a proxy of nimbus and allow to execute admin commands. As of 
now it supports
    +    command to remove corrupt topologies.
    +    Nimbus doesn't clean up corrupted topologies automatically. This 
command should clean
    +    up corrupt topologies i.e.topologies whose codes are not available on 
blobstore.
    +    In future this command would support more admin commnds.
    +    """
    --- End diff --
    
    Done.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to