Re: FuzzyRowFilter with ColumnRangeFilter

2014-04-05 Thread Ted Yu
In HBASE-6618, FuzzyRowFilter with range support is added. Does that serve your use case so that you don't need to use FilterList ? Cheers On Jul 24, 2013, at 11:13 PM, Premal Shah premal.j.s...@gmail.com wrote: Hi, I was playing around with using FuzzyRowFilter for my use case which looks

Re: FuzzyRowFilter with ColumnRangeFilter

2013-07-29 Thread Ted Yu
To run a single test, you should use the following command: mvn test -PrunAllTests -DfailIfNoTests=false -Dtest=xxx I ran TestColumnRangeFilter using tip of 0.94 code base and it passed. Did you use tip of 0.94 ? Cheers On Mon, Jul 29, 2013 at 10:32 AM, Premal Shah

Re: FuzzyRowFilter with ColumnRangeFilter

2013-07-29 Thread Premal Shah
Questions about unit tests: 1) I ran this to execute all tests in the filter package - mvn test -Dtest=org.apache.hadoop.hbase.filter.* The ColumnRangeFilter test fails with this error --- Test set:

Re: FuzzyRowFilter with ColumnRangeFilter

2013-07-25 Thread Ted Yu
What HBase release are you using ? Can you put the scenario below in a unit test ? Thanks On Jul 24, 2013, at 11:13 PM, Premal Shah premal.j.s...@gmail.com wrote: Hi, I was playing around with using FuzzyRowFilter for my use case which looks like this rk - 18 bytes (2 bytes + 8 bytes + 8

Re: FuzzyRowFilter with ColumnRangeFilter

2013-07-25 Thread Premal Shah
Hi Ted, I'm using 0.94.6. I'll setup a unix test. On Thu, Jul 25, 2013 at 1:50 AM, Ted Yu yuzhih...@gmail.com wrote: What HBase release are you using ? Can you put the scenario below in a unit test ? Thanks On Jul 24, 2013, at 11:13 PM, Premal Shah premal.j.s...@gmail.com wrote: Hi,