Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 802 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 802 Bytes

CI to Docker Hub

Hadoop Sandbox Image

Docker images for the Hadoop Sandbox project.

Images

  • hadoop-base: Contains the Hadoop distribution, required dependencies and users
  • hadoop-client: Runs an SSH server to serve as client node
  • hadoop-hdfs-namenode: Runs the Namenode for HDFS
  • hadoop-hdfs-datanode: Runs the Datanode for HDFS
  • hadoop-yarn-resourcemanager: Runs the Resourcemanager for the Yarn cluster
  • hadoop-yarn-nodemanager: Runs a Nodemanager for the Yarn cluster
  • hadoop-mapred-jobhistoryserver: Runs the Jobhistoryserver for Hadoop Mapreduce