The change is required because the cloud-init user (centos, ubuntu,
cloud-user, ...) is used in the firstboot code.
All distributions where vanilla can be deployed are based
on systemd.
Story: 2004479
Task: 28194
Change-Id: I9d8a626b84d5d3c2a91348895cded5fd32ded52a
(cherry picked from commit 578cb4824b)
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