how to compress log files with snappy compression

2011-12-31 Thread ravikumar visweswara
Hello All, Is there a way to compress my text log files in snappy format on Mac OSX and Linux before or while pushing to hdfs? I dont want to run another map job to do the compression. -R

Re: how to compress log files with snappy compression

2011-12-31 Thread Mathias Herberts
write a simple java class that creates a snappy compressed seqfile. On Dec 31, 2011 11:17 PM, ravikumar visweswara talk2had...@gmail.com wrote: Hello All, Is there a way to compress my text log files in snappy format on Mac OSX and Linux before or while pushing to hdfs? I dont want to run