[
https://issues.apache.org/jira/browse/ACCUMULO-1650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13759618#comment-13759618
]
ASF subversion and git services commented on ACCUMULO-1650:
-----------------------------------------------------------
Commit 61f007c06c3ac91768480733fe594e85b3bd7478 in branch refs/heads/master
from [~ctubbsii]
[ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=61f007c ]
ACCUMULO-1650 Remove warning
> 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
> Assignee: 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