HBase - How to query based on key-timestamp-id? HBase - How to query based on key-timestamp-id? hadoop hadoop

HBase - How to query based on key-timestamp-id?


Use a scan where the start row is the one with key objectname-<min created time>-customerid and the stop row has key objectname-<max created time>-customerid.

http://wiki.apache.org/hadoop/Hbase/ThriftApi#Scanner_methods