Hadoop MapReduce运行过程

整个MapReduce的过程大致分为 Map --> Combine --> Reduce(先Shuffle) 三个部分。 Input and Output types of a MapReduce job: (input) <k1, v1> -> map -> <k2, v2> -> combine -> <k2, v2> -> reduce -> <k3, v3> (output)   map
相关文章
相关标签/搜索