You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2015/02/13 18:10:12 UTC

[jira] [Created] (ACCUMULO-3588) deletetable shell command has duplicative table options

Josh Elser created ACCUMULO-3588:
------------------------------------

             Summary: deletetable shell command has 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
             Fix For: 1.7.0, 1.6.3


{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)