I assume you want to scan the table: http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/HTable.html#getScanner(byte[])
Can you point out which thrift client methods provide streaming capability ? Thanks On Sat, Jun 1, 2013 at 8:09 AM, Simon Majou <[email protected]> wrote: > Hi, > > I don't see any methods returning streams in the Java client HTable : > http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/HTable.html > > That means we need to use the thrift client to get streams ? > > Simon >
