A Hadoop container with the build dependencies.
253
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.
To build Hadoop:
docker run -it \
--name tachyondev-build \
-v /tmp/docker/tachyon:/tachyon \
michaelsevilla/tachyondev-build
Content type
Image
Digest
Size
647.4 MB
Last updated
over 10 years ago
docker pull michaelsevilla/hadoopdev-build