Skip to content

hadoop-sandbox/hadoop-sandbox-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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