wikimedia / operations-puppet-cdh4

Github mirror of "operations/puppet/cdh4" - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing
MIT License
4 stars 6 forks source link

Hadoop lzo support #1

Closed philicious closed 5 years ago

philicious commented 11 years ago

Enable it with class { "cdh4::hadoop": enable_lzo => true }

If enabled, the default intermediate compression of 'snappy' is switched to lzo.

You still have to compile lzo module yourself and put it into /usr/lib/hadoop/lib and the native binaries to /usr/lib/hadoop/lib/native/ Or even easier, use Clouderas RPMs as shown here http://www.devops-blog.net/hadoop/installing-hadoop-lzo-compression-module-rpms

philicious commented 5 years ago

closing as its very old and outdated