mapreduce实际的处理过程可以理解为
    Input->Map->Sort->Combine->Partition->Reduce->Output
    input->split->map->shuffle->reduce->output
    image.png