testWrite(fs, path, Compression.getCompressionAlgorithmByName("gz"), null);
testRead(fs, path);
}
public void writeCompressWithCache (FileSystem fs, Path path) {
testWrite(fs, path, Compression.getCompressionAlgorithmByName("gz"), new SimpleBlockCache());
testRead(fs, path);
}