You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by jlei liu <li...@gmail.com> on 2012/09/16 11:18:14 UTC

BlockSender always read meta file

I use hadoop-0.20.2-cdh3u5 verson and Hbase0.94.1.

The hbase store data and checksums together  in Hbase0.94.1(please see
HBASE-5074   jira), that can decrease the iops, so when I use hbase0.94.1,
I want BlockSender  don't read the checksum from meta file, but I find
there is no way to let BlockSender  don't read the checksum from meta file.
Is this bug?  If this is  bug, I can help to fix the problem.


Thanks,

LiuLei