Difference between revisions of "CSC352 Game of Life in Map-Reduce"

From dftwiki3
Jump to: navigation, search
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=

Revision as of 17:02, 2 April 2017

--D. Thiebaut (talk) 16:47, 2 April 2017 (EDT)



...