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

Latest commit

 

History

History
30 lines (20 loc) · 1.11 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.11 KB

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