Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 295 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 295 Bytes

Commands to run Mapper and Reducers

  1. type input.txt | python3 mapper_WC.py | sort | python3 reducer_WC.py
    

(python3 subjective to the python version, also clone input.txt in same folder)

  1. type inputMM.txt | python3 mapper_MM.py | sort | python3 reducer_MM.py