THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
Hadoop repository provides two use-cases:
- We have a base image which includes all the required dependency and scripts to handle configuration but it doesn't include any hadoop. It is used to start development builds in containers
- Images which includes hadoop and make possible to download and run hadoop in one step.
Container images in use:
container | repository | branch | description |
---|---|---|---|
apache/hadoop-runner | hadoop | docker-hadoop-runner | Base image to run any hadoop (configuration management scripts, runtime envrinment,...) |
apache/hadoop:3 | hadoop | docker-hadoop-3 | Latest hadoop 3 packaged together with the base image. |
apache/hadoop:2 | hadoop | docker-hadoop-2 | Latest hadoop from the 2.x line, on top of the base image. |
build container | hadoop | trunk/2.x | dev-support/docker/Dockerfile is used by Apache Yetus to provide stable build environment. The image is not uploaded to the dockerhub as it's rebuilt for each build to handle username mapping. |