Install hadoop-lzo-lib for Hadoop v1.1.1 on Mac OS X with Mountain Lion

Here is a quick guide to install hadoop lzo library, the install process is pretty easy actually.
  • Install LZO with HomeBrew, LZO is a wonderful compression scheme to use with Hadoop. HomeBrew is prerequisite, visit https://github.com/mxcl/homebrew to see how to install HomeBrew.
brew install lzo
  

相关推荐