Created on 07-28-2018 11:05 AM - edited 09-16-2022 06:31 AM
For a specific map reduce job how many instances of record reader will run ?
Created 07-28-2018 12:01 PM
The number of instance of record readers will be equal to the number of input splits( the number of mappers).
In the parallel processing, mappers will run parallelly and each mapper will create an instance of the mapper.