Re: question on Scan.setStopRow

2010-09-14 Thread John Sichi
ailto:user@hbase.apache.org>> Subject: RE: question on Scan.setStopRow (a) Looks right to me. (b) Your expected behavior is to return just the single startRow, correct? Then all you need are start/stop rows, no other filtering necessary. JG -Original Message- From: John Sichi [mailto:

Re: question on Scan.setStopRow

2010-09-13 Thread Stack
On Mon, Sep 13, 2010 at 10:07 AM, John Sichi wrote: > Hey hbasers, > > I'm working on pushing predicates down from Hive, and starting with a very > basic case (equality on a simple key).  This ends up looking like a get, but > for now it still uses TableInputFormatBase since later we'll be exten

RE: question on Scan.setStopRow

2010-09-13 Thread Jonathan Gray
10:07 AM > To: user@hbase.apache.org > Subject: question on Scan.setStopRow > > Hey hbasers, > > I'm working on pushing predicates down from Hive, and starting with a > very basic case (equality on a simple key). This ends up looking like > a get, but for now it still

question on Scan.setStopRow

2010-09-13 Thread John Sichi
Hey hbasers, I'm working on pushing predicates down from Hive, and starting with a very basic case (equality on a simple key). This ends up looking like a get, but for now it still uses TableInputFormatBase since later we'll be extending it to range scans as well. After converting the key to