Sign inSign up

michaelsevilla/hadoopdev-build

By michaelsevilla

•Updated over 10 years ago

A Hadoop container with the build dependencies.

Image
0

253

michaelsevilla/hadoopdev-build repository overview

Wraps a given Hadoop codebase in a container that can be seen as a Hadoop remote (a.k.a. test node). This is basically build dependencies, plus an sshd, plus environment setup so that (1) the experiment master can communicate with the container via SSH and (2) binaries built from source are in the PATH.

⁠=================================================== Quickstart

To build Hadoop:

docker run -it \
    --name tachyondev-build \
    -v /tmp/docker/tachyon:/tachyon \
    michaelsevilla/tachyondev-build

Tag summary

Content type

Image

Digest

Size

647.4 MB

Last updated

over 10 years ago

docker pull michaelsevilla/hadoopdev-build