Re: HBase code coverage

2014-10-20 Thread Manu Kranth Chary
In one of recent Jiras, Jacoco code coverage plugin was added to the pom. Now you can get code coverage using the following command line : mvn clean install -DskipTests ; mvn clean package -Dhbase.skip-jacoco=false Best, Manukranth. On Mon, Oct 20, 2014 at 5:30 PM, 肖春君 chunjun.x...@hotmail.com

What is the necessity of having a private ThreadLocal in FSReaderV2

2013-04-12 Thread Manu Kranth Chary
I was trying to investigate the scenarios in which we perform a seek back of 24 bytes(Header size) while we do a HFileBlock read. In the process I stumbled upon this issue. In order to avoid the seek back problem, what we do is to store the header of the next block in a class named