If I/we can get around to HBASE-1002 it may be substantially easier to use
filters.
- Andy
________________________________
From: stack <[email protected]>
To: [email protected]
Sent: Tuesday, September 8, 2009 11:18:34 AM
Subject: Re: Any basic documentation about using filters with hbase?
I'm afraid that there is a paucity of documentation on filters (to be
addressed in upcoming releases):
http://people.apache.org/~stack/hbase-0.20.0-candidate-3/docs/api/org/apache/hadoop/hbase/filter/package-summary.html#package_description
The principals though need little by way of documentation as they are
simple: running filtering code server-side will be more efficient than
filtering data on the client-side because of savings packaging and
transporting.
St.Ack
On Tue, Sep 8, 2009 at 1:10 AM, Xine Jar <[email protected]> wrote:
> Hallo, can someone lead me to a good documentation with examples,
> explaining the principle of using filters on hbase in a mapreduce program?
>
> Thank you
>