Last active
December 16, 2015 22:39
-
-
Save avaranovich/5508540 to your computer and use it in GitHub Desktop.
Download and Build Hadoop distribution for MacOs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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