Input data is partitioned in such a way that it can be distributed among a cluster of machines for processing in parallel.
输入数据使用这样一种方法进行分区,即在并行处理的计算机集群中分区的方法。
2
Map refers to the process of chopping input into a smaller set of sub-problems for processing (where these sub-problems are distributed to parallel workers).
映射是指把大量输入处理成更小的子问题集(然后把这些子问题分发给并行的工作系统)。
3
Parallel Tasks - Used when one needs to apply different operations, each with its own data input.