The principle of MapReduce

a basic principle
Divide and conquer, a large task is divided into multiple small subtasks (map), and after parallel execution, the results are merged (reduce).
 
Schematic diagram of the second principle


 
 
Three application examples
100GB of website log files to find out the most visited IP addresses


 

 



 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326228314&siteId=291194637