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