基于Hadoop MapReduce的矩阵乘法实现 @丹阳 ▣算法&结构, 算法的力量 ♢hadoop, mapreduce, 矩阵乘法, 矩阵乘法 本文简单介绍一种最基本的矩阵乘法的实现方法。 设有矩阵A(M×N)和矩阵B(N×K),令C=A*B, 那么矩阵C(M×K)的元素为: 其中Cik是C的第i行第k列的元素;Aij是...
41个字说明白mapreduce @丹阳 ▣系统&架构 ♢hadoop, mapreduce 下面这段,不多评论了,简明扼要地道出了mapreduce的基本原理。 Goal: count the number of books in the library. Map: You count up shelf #1, I cou...