Skip to content

SKULLCRUSHERRR/ExperimentBDA

 
 

Repository files navigation

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
    

About

BDA experiments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.2%
  • R 10.8%