You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Simon Majou <si...@majou.org> on 2013/06/01 16:51:45 UTC

HTable & streaming

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