You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Izaak Rubin (JIRA)" <ji...@apache.org> on 2008/07/09 20:29:32 UTC

[jira] Updated: (HBASE-731) delete, deletefc in HBase shell do not work correctly.

     [ https://issues.apache.org/jira/browse/HBASE-731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Izaak Rubin updated HBASE-731:
------------------------------

    Attachment: hbase-731.patch

A patch that fixes the below-described problems with the delete and deletefc commands.  deletefc has been removed.  This patch also includes changes to the the help text in bin/hirb.rb, and adds tests of delete and deleteall to bin/HBase.rb.

All tests in bin/HBase.rb passed.  Standard HBase tests were not run, as none of the actual Java code was modified.

> delete, deletefc in HBase shell do not work correctly.
> ------------------------------------------------------
>
>                 Key: HBASE-731
>                 URL: https://issues.apache.org/jira/browse/HBASE-731
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: documentation, scripts
>            Reporter: Izaak Rubin
>            Assignee: Izaak Rubin
>            Priority: Minor
>         Attachments: hbase-731.patch
>
>
> The HBase shell has several issues with the delete and deletefc commands.  Both commands give some form of error message when the correct arguments (according to the help text) are entered.  After a first glance at the code and some discussion with Stack, it looks like delete can be fixed and deletefc will be removed from the shell (the underlying method call does not provide the functionality described in the help text).  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.