Skip to content

Instantly share code, notes, and snippets.

@avaranovich
Last active December 16, 2015 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avaranovich/5508540 to your computer and use it in GitHub Desktop.
Save avaranovich/5508540 to your computer and use it in GitHub Desktop.
Download and Build Hadoop distribution for MacOs
wget http://archive.cloudera.com/cdh/3/hadoop-0.20.2-cdh3u6.tar.gz
tar -xzvf hadoop-0.20.2-cdh3u6.tar.gz
mv hadoop-0.20.2-cdh3u6 hadoop
cd hadoop; ant compile -Dcompile.c++=true -Dlibhdfs=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment