For min, you can write your own filter which extends FilterBase so that the scan stops after seeing the first row.
On Tue, Mar 1, 2011 at 2:03 PM, Weishung Chung <weish...@gmail.com> wrote: > How to get the first or last row in the HBase table? like the min(), max() > in mysql? > Thank you. >