Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 123 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 123 Bytes

mrpy

Simple MapReduce with Python

cat Alice_in_Wonderland.txt | ./wc_map.py | sort | ./wc_reduce.py | sort -nk2