python3, recommmend version 3.7
dill, version 0.3.1.1
python3 fileiter.py -f FILENAME -n NUMBER_OF_SPLITS
Create new example file. See example.py as a template.
execute following commands
python3 example.py
python3 distmm.py -v -n 2
The system will spawn two clients and write logs to file mptest.log
For more command-line options
python3 distmm.py -h
python3 -m unittest discover -v
./benchmark_test
Our MapReduce system is built upon the groundwork provided by mincemeatpy