You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Elliott Clark (JIRA)" <ji...@apache.org> on 2016/06/24 23:59:16 UTC

[jira] [Created] (HBASE-16111) Truncate preserve shell command is broken

Elliott Clark created HBASE-16111:
-------------------------------------

             Summary: Truncate preserve shell command is broken
                 Key: HBASE-16111
                 URL: https://issues.apache.org/jira/browse/HBASE-16111
             Project: HBase
          Issue Type: Bug
            Reporter: Elliott Clark


On a recent version of master I get this:

{code}
hbase(main):001:0> truncate_preserve 'TestTable'

ERROR: undefined local variable or method `table' for #<Hbase::Admin:0x2fdf17dc>

Here is some help for this command:
  Disables, drops and recreates the specified table while still maintaing the previous region boundaries.

Took 0.0290 seconds
hbase(main):002:0> truncate 'TestTable'
Truncating 'TestTable' table (it may take a while):
Disabling table...
Truncating table...
Took 10.0040 seconds
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)