truncate fails in HBase shell
-----------------------------
Key: HBASE-4886
URL: https://issues.apache.org/jira/browse/HBASE-4886
Project: HBase
Issue Type: Bug
Components: shell
Affects Versions: 0.94.0
Reporter: Lars Hofhansl
Assignee: Lars Hofhansl
Priority: Minor
Fix For: 0.94.0
Attachments: 4886.txt
Seeing this in trunk:
{noformat}
hbase(main):001:0> truncate 'table'
Truncating 'table' table (it may take a while):
ERROR: wrong number of arguments (1 for 3)
Here is some help for this command:
Disables, drops and recreates the specified table.
{noformat}
... caused by the removal of the HTable(String) constructor.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira