Based on user input, only specific tiles are selected for processing, and every mapper analyzes a single tile.Temporary output for every mapper is sent to the reduce phase, where all the tiles are put together as a single data set.If any reduce-phase user processing class is configured, it is executed against this data set, which is finally stored in NFS or HDFS as the user requested.