Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

jaconi-io/hadoop

Repository files navigation

This project is unmaintained!

hadoop

A docker image for Apache Hadoop.

Configuration

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.

Testing

To test your changes, run

docker compose build
docker compose run sut