Decreasing the execution time of reducers by revising clustering based on the futuristic greedy approach
Abstract MapReduce is used within the Hadoop framework, which handles two important tasks: mapping and reducing.Data clustering in mappers and reducers can decrease the execution time, as similar data can be assigned to the same reducer with one key.Our proposed method decreases the overall execution time by clustering and lowering the number of re