I am new to Hbase and I need to implement pagination using Java with Jersey and Hbase as my database. I need some help, how can I achieve pagination with Hbase as data will
You can do so by using the PageFilter present in habse filter. This will help you to get the paginated Rows from Hbase. There is a good article for pagination that you can refer to perform so.
http://www.techsquids.com/bd/pagination-with-hbase/