Eric Newton created ACCUMULO-1192:
-------------------------------------
Summary: "du" on a table without files does not report
Key: ACCUMULO-1192
URL: https://issues.apache.org/jira/browse/ACCUMULO-1192
Project: Accumulo
Issue Type: Bug
Components: shell
Affects Versions: 1.5.0, 1.4.3
Reporter: Eric Newton
Assignee: Billie Rinaldi
Priority: Minor
Fix For: 1.6.0
{noformat}
shell> createtable t
shell> du t
shell>
{noformat}
expected:
{noformat}
shell> du t
0 t
shell>
{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
|