This project is unmaintained!
A docker image for Apache Hadoop.
Apache Hadoop is usually configured using up to four XML configuration files:
Mounting all these into a container is tedious. Therefore we exclusively use environment variables to configure Apache Hadoop in this container.
If you want to set, for example, fs.defaultFS
in core-site.xml
you would set the environment variable
FS_DEFAULTFS
instead. This even works for dynamic properties like ipc.8020.callqueue.impl
. Just set
IPC_8020_CALLQUEUE_IMPL
.
To test your changes, run
docker compose build
docker compose run sut