Yes and it's easy:

So assuming that you have your codec like this:
CompressionCodec my codec = ....
Then do:

                seqFileWriter = SequenceFile.createWriter(conf, newOutputStr,
                        ChukwaArchiveKey.class, ChunkImpl.class,
                        SequenceFile.CompressionType.BLOCK, codec);

That's what I'm using in honu.
/Jerome.
http://github.com/jboulon/honu


On 7/19/10 4:21 PM, "Corbin Hoenes" <cor...@tynt.com> wrote:

Is there a way to add compression to ChukwaStorage?


Reply via email to