VALUE + ""},
{"crawl_date", "1000"},
{"last_modified_date","100"},
{"http_headers","1"},
{"content_length","11"},
{"outlinks_count","100
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
-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
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
[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
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
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