[
https://issues.apache.org/jira/browse/ACCUMULO-2235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13881008#comment-13881008
]
Mike Drob commented on ACCUMULO-2235:
-------------------------------------
{quote}
// create and delete a table so we get out of a table context in the shell
exec("createtable du_test_table", true);
exec("deletetable -f du_test_table", true);
{quote}
IIRC, there's also a "notable" command to do just that.
> 'du' shell command doesn't work when not in a table
> ---------------------------------------------------
>
> Key: ACCUMULO-2235
> URL: https://issues.apache.org/jira/browse/ACCUMULO-2235
> Project: Accumulo
> Issue Type: Bug
> Components: shell
> Affects Versions: 1.5.0
> Reporter: Josh Elser
> Assignee: Josh Elser
> Priority: Minor
> Fix For: 1.5.1, 1.6.0
>
>
> Open the shell, type `du trace`, and receive an error.
> The help on the du command says that it can take one to many tables to print,
> but it forces you to always have a table selected, and always includes that
> table (even if not provided as an argument).
> A workaround is to select a table first.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)