Re: Reference source code for production worthy Python Thrift Client?

2010-02-27 Thread Daniel Einspanjer
We're going to start on this enhancement refactoring next week, I just want to see if anyone has any pointers to reference or sample code that might give us a head-start. -Daniel On 2/25/10 1:58 PM, Daniel Einspanjer wrote: We generated a python Thrift client and wrote a simple wrapper aroun

Re: RegExpRowFilter

2010-02-27 Thread Andrew Purtell
Ted, RegexStringComparator can be used with RowFilter http://hadoop.apache.org/hbase/docs/r0.20.3/api/org/apache/hadoop/hbase/filter/RowFilter.html I believe this will accomplish what you want. Best regards, - Andy - Original Message > From: Ted Yu > To: hbase-user@hadoop.apa

Re: RegExpRowFilter

2010-02-27 Thread Ted Yu
RegexStringComparator is used to filter column values. I am looking for a class to filter row keys (in an export utility - HBase 2225). Thanks On Sat, Feb 27, 2010 at 2:19 PM, Dan Washusen wrote: > Hi Ted, > Check out the RegexStringComparator class. > > Cheers, > Dan > > On 28 February 2010 04

Re: RegExpRowFilter

2010-02-27 Thread Dan Washusen
Hi Ted, Check out the RegexStringComparator class. Cheers, Dan On 28 February 2010 04:05, Ted Yu wrote: > Hi, > I use org.apache.hadoop.hbase. > filter.PrefixFilter in my export utility. > I like the flexibility of RegExpRowFilter but it cannot be used in > Scan.setFilter(org.apache.hadoop.hbas

RegExpRowFilter

2010-02-27 Thread Ted Yu
Hi, I use org.apache.hadoop.hbase. filter.PrefixFilter in my export utility. I like the flexibility of RegExpRowFilter but it cannot be used in Scan.setFilter(org.apache.hadoop.hbase.filter.Filter) call. Is there Filter implementation that does regex filtering ? Thanks

Re: Two regions with same start_key

2010-02-27 Thread Stack
Is it a failed split? Its not an offlined parent with split daughters? It doesn't seem so. I'd grep logs to see if I could figure history of the regions but seems like you did that already. You could merge the regions without data loss. You need to first take the table offline and then run the