[
https://issues.apache.org/jira/browse/ACCUMULO-1650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13758668#comment-13758668
]
ASF subversion and git services commented on ACCUMULO-1650:
-----------------------------------------------------------
Commit 53a29837df77d8cc57f7973770865ccf0354a4fc in branch refs/heads/master
from [~keith_turner]
[ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=53a2983 ]
ACCUMULO-1650 improved a few admin commands and also made them easier to find
and run
> Make it easier to find and run admin commands
> ---------------------------------------------
>
> Key: ACCUMULO-1650
> URL: https://issues.apache.org/jira/browse/ACCUMULO-1650
> Project: Accumulo
> Issue Type: Bug
> Reporter: Keith Turner
> Labels: newbie
> Fix For: 1.6.0
>
>
> Accumulo has a lot of admin commands that are not easy to find or run. It
> would be nice if we could do the following :
> {noformat}
> $ accumulo admin instances --list
> {noformat}
> instead of :
> {noformat}
> $ accumulo org.apache.accumulo.server.util.ListInstances
> {noformat}
> Also "accumulo admin" could list all possible admin commands
> {noformat}
> $ accumulo admin
> Usage : accumulo admin <command>
> Commands :
> instances - <short description>
> findOffline - <short description>
> zookeeper - <short description>
>
> For more information about a specific command run :
> accumulo admin <command> --help
> $
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira