You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Liu Shaohui (JIRA)" <ji...@apache.org> on 2014/11/12 09:26:33 UTC

[jira] [Updated] (HBASE-12462) Support deleting all columns of the specified family of a row in hbase shell

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

Liu Shaohui updated HBASE-12462:
--------------------------------
    Attachment: HBASE-12462-v1.diff

Patch for trunk

> Support deleting all columns of the specified family of a row in hbase shell
> ----------------------------------------------------------------------------
>
>                 Key: HBASE-12462
>                 URL: https://issues.apache.org/jira/browse/HBASE-12462
>             Project: HBase
>          Issue Type: New Feature
>          Components: shell
>            Reporter: Liu Shaohui
>            Assignee: Liu Shaohui
>            Priority: Minor
>             Fix For: 2.0.0
>
>         Attachments: HBASE-12462-v1.diff
>
>
> Currently, HBase shell only support deleting a column of a row in a table. In some scenarios, we want to delete all the columns under a a column family of a row,  but there may be many columns there. It's difficult to delete the columns one by one in shell.
> It's easy to add this feature in shell since the Delete have the API of deleting a family.



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