implement required changes to adopt firstboot script for CentOS 7.x. Since lsb_release command is not available on CentOS 7.x, we will include redhat-lsb-core package to image. Change-Id: I2e5f2d598fbb9b3af0fcfd6e69a09e1ebce8e52d
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:
wget http://archive.apache.org/dist/hadoop/core/hadoop-2.7.1/hadoop-2.7.1-src.tar.gzUnpack source:
tar xvf hadoop-2.7.1-src.tar.gzBuild Hadoop:
cd hadoop-2.7.1-src mvn package -Pdist,native -DskipTestsCreate tarball with Hadoop Native Libs:
cd hadoop-dist/target/hadoop-2.7.1/lib tar -czvf hadoop-native-libs-2.7.1.tar.gz native