Keith Turner created ACCUMULO-1650:
--------------------------------------
Summary: 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
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