Page 1 of 1

Google open sources MapReduce compression

Posted: Fri Apr 01, 2011 4:11 pm
by Sabre
Snappy gets released to the public
Google has open sourced the compression library used across its backend infrastructure, including MapReduce, its distributed number-crunching platform, and BigTable, its distributed database.

Available at Google Code under an Apache 2.0 license, the library is called Snappy, but Google says this is the same library that was previously referred to as Zippy in some public presentations. As the names imply, the library's primary aim is speed. "It does not aim for maximum compression, or compatibility with any other compression library," Google says. "Instead, it aims for very high speeds and reasonable compression."
8)

Re: Google open sources MapReduce compression

Posted: Fri Apr 01, 2011 9:39 pm
by PGT
MapReduce will be interesting for something big we were working on. very interesting.

Re: Google open sources MapReduce compression

Posted: Mon Apr 04, 2011 11:44 am
by Sabre
I can't say that I haven't used such algorithms before either... haha. Whenever public info becomes available, feel free to share :)