Replacement for ColumnValueFilter (filter if column missing) ?

2009-09-24 Thread check_writer
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

Re: SingleColumnValueFilter doesn't seem to work

2009-09-15 Thread check_writer
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

SingleColumnValueFilter doesn't seem to work

2009-09-15 Thread check_writer
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());

Why do I see random ports for region server when I scan?

2009-04-07 Thread check_writer
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

Re: help with map-reduce

2009-04-07 Thread check_writer
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