I have 10 million rows in hbase and I would like to do range scan for retrieval process. Currently we are using java thrift api to connect to hbase. I know the hbase shell command for range scan
scan 'tablename', {STARTROW => '639415', ENDROW => '639415'}
Can any one tell me how to achieve this using java thrift api?