Re: PerformanceEvaluation: filterScan

2015-02-16 Thread Jerry He
Hi, I was on 0.98 running PerformanceEvaluation. randomRead or sequentialRead all show good read counts on the table regions. filterScan shows exactly the same as you had. Looking at the code. It could be as expected. The filter has no matching returns, so the region server is in

PerformanceEvaluation: filterScan

2015-02-16 Thread Jean-Marc Spaggiari
Any one tries this recently? hbase org.apache.hadoop.hbase.PerformanceEvaluation --nomapred --rows=100 filterScan 3 I let it run for 30 minutes and killed it. 0 requets against the table, 649 requests against the META. Seems to not be working anymore. Did not get a chance to look at the code