This is a starter repo for Apache Hadoop docker.
git clone https://github.com/GezimSejdiu/hadoop-starter
cd hadoop-starter
mvn clean package
To run the application, execute the following steps:
- Setup a Hadoop cluster as described on http://github.com/big-data-europe/docker-hadoop.
- Build the Docker image:
docker build --rm=true -t bde/mapreduce-app .
- Run the Docker container:
docker run --name my-mapreduce-app --network hadoop --env-file ./config/hadoop/hadoop.env -d bde/mapreduce-app