public final class WordCountUtils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static LogicalPlan |
createWordCountPlan(Config cfg,
int workerID,
java.util.List<JobMasterAPI.WorkerInfo> workerInfoList,
int noOfTasks)
Let assume we have 2 tasks per container and one additional for first container,
which will be the destination
|
public static LogicalPlan createWordCountPlan(Config cfg, int workerID, java.util.List<JobMasterAPI.WorkerInfo> workerInfoList, int noOfTasks)