[ 
https://issues.apache.org/jira/browse/HBASE-6972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13473592#comment-13473592
 ] 

Ricky Saltzer commented on HBASE-6972:
--------------------------------------

*After Patch*

Works as intended

{noformat}
hbase(main):004:0> deleteall 'test', 'row2'
0 row(s) in 0.0190 seconds
{noformat}
                
> HBase Shell deleteall requires column to be defined 
> ----------------------------------------------------
>
>                 Key: HBASE-6972
>                 URL: https://issues.apache.org/jira/browse/HBASE-6972
>             Project: HBase
>          Issue Type: Bug
>          Components: shell
>            Reporter: Ricky Saltzer
>
> It appears that the shell does not allow users to delete a row without 
> specifying a column (deleteall). It looks like the deleteall.rb used to 
> pre-define column as nil, making it optional. 
> I've created a patch and confirmed it to be working in standalone mode, I 
> will upload it shortly. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to