Hadoop native libs injection function requires wget and tar utilities to work. Added packages installation Change-Id: Ic019f1c2f319a6b49c48084582e826afaf2d6968 Closes-bug: #1441560
hadoop
Installs Java and Hadoop, configures SSH
HOWTO build Hadoop Native Libs
- Install: jdk >= 6, maven, cmake and protobuf >= 2.5.0
+ Get Hadoop source code:
`sh $ wget http://archive.apache.org/dist/hadoop/core/hadoop-2.6.0/hadoop-2.6.0-src.tar.gz + Unpack source
sh $ tar xvf hadoop-2.6.0-src.tar.gz + Build Hadoop
sh $ cd hadoop-2.6.0-src $ mvn package -Pdist,native -DskipTests + Create tarball with Hadoop Native Libs
sh $ cd hadoop-dist/target/hadoop-2.6.0/lib $ tar -czvf hadoop-native-libs-2.6.0.tar.gz native`