I used to use ColumnValueFilter to filter *IN* a row if a column is missing
and now the Class is no longer for use.What should I use in place of it?
SingleColumnValueFilter doesn't seem to have this feature.
Any suggestions?
--
View this message in context:
http://www.nabble.com/Replace
821.
>
> https://issues.apache.org/jira/browse/HBASE-1821
>
> There was also another filter patch that went in, HBASE-1828.
>
> Please check out the patch and let me know if it fixes your issue.
>
> Thanks!
>
> JG
>
> check_writer wrote:
>> I'm a newbie to
I'm a newbie to HBase and using 0.20.0 (from Sept 8th) I think my issue may
be similar to the one posted earlier, however I seem to be getting all rows
regardless of my filter settings.
Scan scan = new Scan();
scan.addFamily("fam1".getBytes());
scan.addFamily("fam2".getBytes());
mpler-nonfilter
based scanners work just fine. Could this be because I'm running in
local-mode?
Please help.
check_writer.
--
Exception in thread "main"
org.apache.hadoop.hbase.client.RetriesExhaustedException: Trying to contact
region server 127.0.0.1:49847
anners
work just fine.
Anyway clues would be helpful.
thanks!
check_writer.
Rakhi Khatwani wrote:
>
> Hi,
>I did try the filter... but using ColumnValueFilter. i declared
> a
> ColumnValueFilter as follows:
>
> public class TableInputFilter extends TableInput