You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Rajeshkumar J <ra...@gmail.com> on 2015/12/31 12:58:07 UTC

MultiRowRangeFilter in hbase shell

Hi


    Can any one tell me  hbase shell command to use how
MultiRowRangeFilter ?

Thanks

Re: MultiRowRangeFilter in hbase shell

Posted by Ted Yu <yu...@gmail.com>.
You can find the usage in the unit test at the end of the patch:

https://issues.apache.org/jira/secure/attachment/12691923/HBASE_11144_V18.patch

Cheers

> On Jan 3, 2016, at 9:32 PM, Rajeshkumar J <ra...@gmail.com> wrote:
> 
> Hi Ted,
> 
>   Also I do want to scan multiple row key ranges and I came across this
> jira
> 
> https://issues.apache.org/jira/browse/HBASE-11144
> 
> 
> whether this is implemented if so guide me the command to make use of it
> 
> Thanks
> 
> 
>> On Thu, Dec 31, 2015 at 7:43 PM, Ted Yu <yu...@gmail.com> wrote:
>> 
>> MultiRowRangeFilter involves List of RowRange's whose definition depends
>> on:
>> 
>>    public RowRange(String startRow, boolean startRowInclusive, String
>> stopRow,
>> 
>>        boolean stopRowInclusive) {
>> 
>> It would be tedious to construct MultiRowRangeFilter in shell.
>> 
>> Can you use Java API ?
>> 
>> 
>> Cheers
>> 
>> On Thu, Dec 31, 2015 at 3:58 AM, Rajeshkumar J <
>> rajeshkumarit8292@gmail.com>
>> wrote:
>> 
>>> Hi
>>> 
>>> 
>>>    Can any one tell me  hbase shell command to use how
>>> MultiRowRangeFilter ?
>>> 
>>> Thanks
>> 

Re: MultiRowRangeFilter in hbase shell

Posted by Rajeshkumar J <ra...@gmail.com>.
Hi Ted,

   Also I do want to scan multiple row key ranges and I came across this
jira

https://issues.apache.org/jira/browse/HBASE-11144


whether this is implemented if so guide me the command to make use of it

Thanks


On Thu, Dec 31, 2015 at 7:43 PM, Ted Yu <yu...@gmail.com> wrote:

> MultiRowRangeFilter involves List of RowRange's whose definition depends
> on:
>
>     public RowRange(String startRow, boolean startRowInclusive, String
> stopRow,
>
>         boolean stopRowInclusive) {
>
> It would be tedious to construct MultiRowRangeFilter in shell.
>
> Can you use Java API ?
>
>
> Cheers
>
> On Thu, Dec 31, 2015 at 3:58 AM, Rajeshkumar J <
> rajeshkumarit8292@gmail.com>
> wrote:
>
> > Hi
> >
> >
> >     Can any one tell me  hbase shell command to use how
> > MultiRowRangeFilter ?
> >
> > Thanks
> >
>

Re: MultiRowRangeFilter in hbase shell

Posted by Ted Yu <yu...@gmail.com>.
MultiRowRangeFilter involves List of RowRange's whose definition depends on:

    public RowRange(String startRow, boolean startRowInclusive, String
stopRow,

        boolean stopRowInclusive) {

It would be tedious to construct MultiRowRangeFilter in shell.

Can you use Java API ?


Cheers

On Thu, Dec 31, 2015 at 3:58 AM, Rajeshkumar J <ra...@gmail.com>
wrote:

> Hi
>
>
>     Can any one tell me  hbase shell command to use how
> MultiRowRangeFilter ?
>
> Thanks
>