sahara-image-elements/elements/hadoop
Luigi Toscano 578cb4824b firstboot: make rc-local start after cloud-init
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
2018-11-30 23:20:01 +01:00
..
install.d firstboot: make rc-local start after cloud-init 2018-11-30 23:20:01 +01:00
root.d Remove CentOS6/RHEL6 support 2018-05-15 18:22:50 +02:00
README.rst drop vanilla 2.6.0 support from elements 2016-08-22 17:41:05 +03:00
element-deps Start switching to declarative package-installs 2015-04-15 00:44:54 +08:00
package-installs.yaml fix firstboot script 2016-12-22 08:58:20 +00:00
pkg-map fix firstboot script 2016-12-22 08:58:20 +00:00

README.rst

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.gz
  • Unpack source:

    tar xvf hadoop-2.7.1-src.tar.gz
  • Build Hadoop:

    cd hadoop-2.7.1-src
    mvn package -Pdist,native -DskipTests
  • Create 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