Skip to content

kadirtaskiran/docker-hadoop-build

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-hadoop-build

Build Apache Hadoop

Often when we use Apache Hadoop and would like to make a custom build (stock or forked) you'll have to rebuild the whole Hadoop, native libs, etc ... which takes 30+ minutes, and carries lots of dependencies (libraries, protobuf, etc - at a given version).

This Docker image contains the build process of Hadoop 2.7.0 nativelibs. Also the 64b version of nativelibs is released at our RPM repository.

Build the image

docker build -t sequenceiq/hadoop-nativelibs .

Release libs to bintray

Steps needed:

  • Copy the tarred libs from docker container
  • Create a new version on bintray
  • Upload the tarred libs to bintray
docker run --rm  sequenceiq/hadoop-nativelibs > hadoop-native-64-2.7.0.tar
curl -Lo /tmp/bintray-functions j.mp/bintray-functions && . /tmp/bintray-functions
bint-upload-with-version sequenceiq sequenceiq-bin hadoop-native-64bit 2.7.0 hadoop-native-64-2.7.0.tar

Note: you will need to set your BINTRAY_KEY and BINTRAY_USER as environment variables

TODO

create a Makefile to fully automate the release

About

Docker contaier to build Apache Hadoop

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%