Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 323 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 323 Bytes

Hadoop 'cluster' in a Docker container

Summary

The image contains

  • Yarn
  • Spark
  • Kudu
  • Impala
  • Sqoop
  • HDFS

Running the container

$ docker-compose build
$ docker-compose up

Hadoop services are started separately from the container

$ docker-compose exec hadoop /run-all-services.sh