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 <[email protected]> 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 <[email protected]> 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 < >> [email protected]> >> wrote: >> >>> Hi >>> >>> >>> Can any one tell me hbase shell command to use how >>> MultiRowRangeFilter ? >>> >>> Thanks >>
