Skip to content

Docker Image for Cloudera Hadoop MapReduce (MRv1)

Notifications You must be signed in to change notification settings

fo40225/cdh5-hadoop-mrv1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Creating a Hadoop MapReduce (MRv1) Docker Image

This Docker image allows you to execute Hadoop jobs with the MapReduce framework (MRv1, the "old" MapReduce) based on the currently latest Cloudera version (CDH5).

Pull the image

docker pull seppinho/cdh5-hadoop-mrv1:latest

Run a new container (ends with /bin/bash)

docker run -it -p 50030:50030 seppinho/cdh5-hadoop-mrv1:latest run-hadoop-initial.sh

Execute WordCount

sh /usr/bin/execute-wordcount.sh

Connect to the MapReduce web interface

http://<ip-address>:50030

About

Docker Image for Cloudera Hadoop MapReduce (MRv1)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 60.5%
  • Dockerfile 39.5%