Please see:
http://hadoop.apache.org/hbase/docs/r0.1.1/api/org/apache/hadoop/hbase/HTable.html#obtainScanner(org.apache.hadoop.io.Text[],%20org.apache.hadoop.io.Text,%20org.apache.hadoop.io.Text,%20long)
St.Ack
Preston Price wrote:
I'm using the release 0.1.1 and I don't see support for a stop row in
the HTable.obtainScanner() method.
Using the hbase shell you can structure your select query like "select
x, y, z from tableName starting from 'startKey' until 'endKey'", is
there a programatic equivalent to this?
Thanks
Preston Price