Sign inSign up

michaelsevilla/hadoopdev

By michaelsevilla

Updated over 10 years ago

A Hadoop container with Tachyon and JXIO.

Image
0

516

michaelsevilla/hadoopdev repository overview

docker-hadoopdev

Wraps a given Hadoop codebase in a container that can be seen as a Hadoop remote 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 launch a node with Hadoop installed:

docker run \
  --name remote0 \
  -d \
  --net=host \
  -v /tmp/docker/src/hadoop:/hadoop \
  --cap-add=SYS_ADMIN --privileged \
  michaelsevilla/hadoopdev

Tag summary

Content type

Image

Digest

Size

1.1 GB

Last updated

over 10 years ago

docker pull michaelsevilla/hadoopdev