Home | About | Sematext search-lucene.com search-hadoop.com
 Search Hadoop and all its subprojects:

Switch to Threaded View
HBase, mail # user - Pagination w/ Thrift API


Copy link to this message
-
Pagination w/ Thrift API
Mark 2011-08-22, 14:33
How would one paginate using the Thrift API? As far as I can tell you
can only accomplish this by iterating over a scan and increasing the
last row key by a byte of 0. Is there an easier way and/or a way to jump
to a particular page?

Thanks