npdarsini / MapReduce---Matrix-Addition

Addition of two matrices using Map Reduce Paradigm - Pseudocode
0 stars 0 forks source link

Matrix Multiplication - Reduce Task #4

Closed npdarsini closed 8 years ago

npdarsini commented 8 years ago

Perform Reduce Operation - And sum the two matrices.

npdarsini commented 8 years ago

Key value pairs are given as an input

npdarsini commented 8 years ago

Key value pairs are given as an input.

npdarsini commented 8 years ago

Able to generate the results. Testing further.

npdarsini commented 8 years ago

Tested few scenarios.

npdarsini commented 8 years ago

Tested and can be closed.

npdarsini commented 8 years ago

Done.

npdarsini commented 8 years ago

Reduce Task is Done.