Technical Perspective: THE DATA CENTER IS THE COMPUTER.

The article discusses MapReduce, a scheme developed by Google for managing the workloads for data center computers. A data center is apt of have a wide variety of machines with differing capacities. MapReduce addresses this by making assignments based on how efficiently a machine has completed recen...

Descripción completa

Detalles Bibliográficos
Publicado en:Communications of the ACM Vol. 51; no. 1; pp. 105 - 106
Autor principal: Patterson, David A.
Formato: Artículo
Publicado: Association for Computing Machinery Jan2008
Materias:
Acceso en línea:Ver este registro en EBSCOhost
Descripción
Sumario:The article discusses MapReduce, a scheme developed by Google for managing the workloads for data center computers. A data center is apt of have a wide variety of machines with differing capacities. MapReduce addresses this by making assignments based on how efficiently a machine has completed recent work. Particularly slow machines will have incomplete workloads reassigned to faster machines. The program also makes allowances for hardware failure. MapReduce is simple enough for even novice programmer to use.