This document summarizes Yandex's MapReduce implementation. It describes Yandex's MapReduce clusters which contain 5 clusters with 2000 hosts and store 10PB of data. It also describes the structure of MapReduce tables which are divided into chunks and records. The document outlines some of Yandex's MapReduce applications like mr_cat, mr_cp and mr_grep which function similar to UNIX tools. It provides an overview of the Map and Reduce operations in Yandex MapReduce.