Skip to content

yoni/R_Streaming_MapReduce_Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

A simple R streaming MapReduce example. It reads form stdin and outputs to stdout.

Taken from http://wiki.abhishek-tiwari.com/html/r-programming/r-hadoop-mapreduce.html

Examples
--------

    cat sample_text.txt | ./mapper.R | ./reducer.R

Releases

No releases published

Packages

No packages published

Languages