sahara-image-elements/elements/hadoop
Vitaly Gridnev 3ba71becd2 fix firstboot script
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
2016-12-22 08:58:20 +00:00
..
install.d fix firstboot script 2016-12-22 08:58:20 +00:00
root.d Adding rhel7 to elements checks 2016-09-20 17:28:02 -03: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