1.

What Is Partition?

Answer»

After COMBINER and intermediate map­output the Partitioner controls the keys after sort and shuffle. Partitioner divides the intermediate data ACCORDING to the NUMBER of reducers so that all the data in a SINGLE partition gets executed by a single reducer. It means each partition can executed by only a single reducer. If you call reducer, automatically partition called in reducer by automatically.

After combiner and intermediate map­output the Partitioner controls the keys after sort and shuffle. Partitioner divides the intermediate data according to the number of reducers so that all the data in a single partition gets executed by a single reducer. It means each partition can executed by only a single reducer. If you call reducer, automatically partition called in reducer by automatically.



Discussion

No Comment Found