sahara-image-elements/elements/hadoop
Pino Toscano 225941466f Rename more 0-check scripts to avoid duplicate names
Rename all the non-mirror 0-check scripts to avoid conflicting names
with newer diskimage-builder.

Kind of followup of commit de118b5ab1.

Change-Id: I01eb5575ffc5c40e278f0d275580ed9f541a64dd
Related-Bug: #1424715
2015-02-27 13:40:57 +01:00
..
post-install.d Fix executing hadoop command with hadoop user instead of root user 2015-02-10 06:15:41 +00:00
root.d Rename more 0-check scripts to avoid duplicate names 2015-02-27 13:40:57 +01:00
README.md Remove ability to building vanilla 2.3 and 2.4 images 2015-01-27 08:47:59 +00:00
element-deps Renaming all Savanna references to Sahara 2014-03-13 15:26:47 +04:00

README.md

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.6.0/hadoop-2.6.0-src.tar.gz
  • Unpack source
$ tar xvf hadoop-2.6.0-src.tar.gz
  • Build Hadoop
$ cd hadoop-2.6.0-src
$ mvn package -Pdist,native -DskipTests
  • Create tarball with Hadoop Native Libs
$ cd hadoop-dist/target/hadoop-2.6.0/lib
$ tar -czvf hadoop-native-libs-2.6.0.tar.gz native