Docker images for the Hadoop Sandbox project.
- 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