Skip to content

jdye64/Simple-MR-Streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

Repository files navigation

Simple-MR-Streaming

To run a MR-Streaming job invoke the following command with your desired values.

hadoop jar /usr/hdp/current/hadoop-mapreduce-client/hadoop-streaming.jar
-D mapreduce.map.memory.mb=256
-files map.py
-mapper 'map.py'
-reducer NONE
-input /DesiredHDFSDirectory/inputs
-output /DesiredHDFSDirectory/Output \

About

Simple python example of MR-Streaming job

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages