RE: Filter omitting columns

2008-03-25 Thread Goel, Ankur
VALUE + ""}, {"crawl_date", "1000"}, {"last_modified_date","100"}, {"http_headers","1"}, {"content_length","11"}, {"outlinks_count","100

Re: Filter omitting columns

2008-03-25 Thread Clint Morgan
ue got filtered ? > > Is there a tutorial available that shows 2-3 tables in RDBMS style and > then transforms them into column oriented design ? > > Thanks > -Ankur > > > > > > > -----Original Message- > From: Clint Morgan [mailto:[EMAIL PROTECT

RE: Filter omitting columns

2008-03-21 Thread Goel, Ankur
-Original Message- From: Clint Morgan [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2008 10:11 PM To: hbase-user@hadoop.apache.org Subject: Re: Filter omitting columns Thats great, but it won't do what he wants, as he want only rows where the value for the status: column equals ge

Re: Filter omitting columns

2008-03-20 Thread Clint Morgan
TED] > > Sent: Thursday, March 20, 2008 9:19 AM > > To: hbase-user@hadoop.apache.org > > Subject: Re: Filter omitting columns > > > > I was having a similar problem as well. Though I've never > > used just the column families to specify the columns (e

RE: Filter omitting columns

2008-03-20 Thread Jim Kellerman
[EMAIL PROTECTED] > Sent: Thursday, March 20, 2008 9:19 AM > To: hbase-user@hadoop.apache.org > Subject: Re: Filter omitting columns > > I was having a similar problem as well. Though I've never > used just the column families to specify the columns (eg > always fully qualif

Re: Filter omitting columns

2008-03-20 Thread Clint Morgan
I was having a similar problem as well. Though I've never used just the column families to specify the columns (eg always fully qualified col names like family:col) . Maybe you can try my patch and see if it fixes your problem. https://issues.apache.org/jira/browse/HBASE-527 Also you can give a n

Filter omitting columns

2008-03-20 Thread Goel, Ankur
Hi, I am trying to obtain a set of rows by obtaining a scanner on Htable. I also specify the RowFilterCriteria like this. /* Code Start */ Map columnFilter = new HashMap(); columnFilter.put(new Text("status:"), getBytes(1)); RowFilterInterface rowFilter = new RegExpRowFilter(".*", columnFilte