You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Lars Hofhansl (Created) (JIRA)" <ji...@apache.org> on 2011/11/28 23:01:40 UTC

[jira] [Created] (HBASE-4886) truncate fails in HBase shell

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

        

[jira] [Updated] (HBASE-4886) truncate fails in HBase shell

Posted by "Lars Hofhansl (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-4886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lars Hofhansl updated HBASE-4886:
---------------------------------

    Attachment: 4886.txt

Simple patch to fix the problem...
                
> 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

        

[jira] [Commented] (HBASE-4886) truncate fails in HBase shell

Posted by "Ted Yu (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13158847#comment-13158847 ] 

Ted Yu commented on HBASE-4886:
-------------------------------

+1 on patch.
                
> 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

        

[jira] [Commented] (HBASE-4886) truncate fails in HBase shell

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13158975#comment-13158975 ] 

Hudson commented on HBASE-4886:
-------------------------------

Integrated in HBase-TRUNK #2495 (See [https://builds.apache.org/job/HBase-TRUNK/2495/])
    HBASE-4886 - truncate fails in HBase shell (Lars H)

larsh : 
Files : 
* /hbase/trunk/src/main/ruby/hbase/admin.rb

                
> 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

        

[jira] [Commented] (HBASE-4886) truncate fails in HBase shell

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13159132#comment-13159132 ] 

Hudson commented on HBASE-4886:
-------------------------------

Integrated in HBase-TRUNK-security #13 (See [https://builds.apache.org/job/HBase-TRUNK-security/13/])
    HBASE-4886 - truncate fails in HBase shell (Lars H)

larsh : 
Files : 
* /hbase/trunk/src/main/ruby/hbase/admin.rb

                
> 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

        

[jira] [Resolved] (HBASE-4886) truncate fails in HBase shell

Posted by "Lars Hofhansl (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-4886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lars Hofhansl resolved HBASE-4886.
----------------------------------

      Resolution: Fixed
    Hadoop Flags: Reviewed

Committed to trunk
                
> 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