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

Lars Hofhansl commented on HBASE-7089:
--------------------------------------

Tried to apply this to 0.94. Patch does not apply cleanly, I futzed around with 
it a few minutes.
Table._get_internal and Table._scan_internal do not exist in 0.94.
It's not super important to have this in 0.94. If somebody makes a patch for 
0.94, I'll commit it :)
                
> Allow filter to be specified for Get from HBase shell
> -----------------------------------------------------
>
>                 Key: HBASE-7089
>                 URL: https://issues.apache.org/jira/browse/HBASE-7089
>             Project: HBase
>          Issue Type: Improvement
>          Components: shell
>    Affects Versions: 0.96.0
>            Reporter: Aditya Kishore
>            Assignee: Aditya Kishore
>            Priority: Minor
>             Fix For: 0.96.0
>
>         Attachments: HBASE-7089_trunk.patch, HBASE-7089_trunk_v2.patch, 
> HBASE-7089_trunk_v3.patch, HBASE-7089_trunk_v4.patch
>
>
> Unlike scan, get in HBase shell does not accept FILTER as an argument.
> {noformat}
> hbase(main):001:0> get 'table', 'row3', {FILTER => "ValueFilter (=, 
> 'binary:valueX')"}
> COLUMN                                                       CELL
> ERROR: Failed parse of {"FILTER"=>"ValueFilter (=, 'binary:valueX')"}, Hash
> Here is some help for this command:
> ...
> {noformat} 

--
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