Difference between revisions of "CSC352 Game of Life in Map-Reduce"
Line 21: | Line 21: | ||
3 5 | 3 5 | ||
+ | * To generate the second generation: | ||
+ | |||
+ | '''cat life0.txt | ./mapper.py | ./shuffleSort.py | ./reducer.py | ./mapper.py | ./shuffleSort.py | ./reducer.py \''' | ||
+ | '''| ./mapper.py | ./shuffleSort.py | ./reducer.py''' | ||
+ | 2 4 | ||
+ | 2 5 | ||
+ | 2 6 | ||
+ | |||
=Data File= | =Data File= |