Hello,

On Wed, Feb 8, 2012 at 3:25 PM, Wojciech Langiewicz
<[email protected]> wrote:
> Hi,
> AFAIK this is not possible, unless you are using HBase 0.92 with
> coprocessors ( https://blogs.apache.org/hbase/entry/coprocessor_introduction
> ), but even then I really doubt this feature will be included in Thrift API
> - my experience shows, that Thrift APIa are not up-to-date with features
> that HBase has.

Thanks for the answer. I made it work substantially faster by setting
in hbase-site.conf of the *thrift server*:
  hbase.client.scanner.caching=1000
Otherwise it seems that the thrift server was doing N roundtrips for each
  client.scannerGetList(scanner_id, N)

Thanks!
Oleg

Reply via email to