[
https://issues.apache.org/jira/browse/ACCUMULO-3588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Josh Elser resolved ACCUMULO-3588.
----------------------------------
Resolution: Won't Fix
Fix Version/s: (was: 1.6.3)
(was: 1.7.0)
> Shell commands have duplicative table options
> ---------------------------------------------
>
> Key: ACCUMULO-3588
> URL: https://issues.apache.org/jira/browse/ACCUMULO-3588
> Project: Accumulo
> Issue Type: Bug
> Components: shell
> Reporter: Josh Elser
> Labels: newbie
>
> {noformat}
> usage: deletetable [<table>{ <table>}] [-?] [-f] [-ns <namespace> | -p
> <pattern> | -t <tableName>]
> description: deletes a table
> -?,--help display this help
> -f,--force force deletion without prompting
> -ns,--namespace <namespace> name of a namespace to operate on
> -p,--pattern <pattern> regex pattern of table names to operate on
> -t,--table <tableName> name of a table to operate on
> {noformat}
> We don't need the {{-t}} option, the command already accepts one to many
> table names as unnamed options. Looks like this is automatically inherited
> from
> ./core/src/main/java/org/apache/accumulo/core/util/shell/commands/TableOperation.java
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)