Index: src/main/java/org/apache/hadoop/hbase/regionserver/Store.java =================================================================== --- src/main/java/org/apache/hadoop/hbase/regionserver/Store.java (revision 1307732) +++ src/main/java/org/apache/hadoop/hbase/regionserver/Store.java (working copy) @@ -833,6 +833,7 @@ .withMaxKeyCount(maxKeyCount) .withChecksumType(checksumType) .withBytesPerChecksum(bytesPerChecksum) + .withCompression(compression) .build(); // The store file writer's path does not include the CF name, so we need // to configure the HFile writer directly.