Tuesday, January 14, 2014

Append files in Hadoop?

Can I really append a file in HDFS OR do i need to always replace the file? http://hadoop4mapreduce.blogspot.com/2012/08/two-methods-to-append-content-to-file.html

Monday, January 6, 2014

Compression in Hadoop

I am currently researching various options to do compression in Hadoop and found the following articles useful:
My project needs are = should have minimum performance impact + should give decent compression gains. It looks like my choice is splitable LZO.