Support Questions

Find answers, ask questions, and share your expertise

How many instance of record reader will run for a specific map reduce job?

For a specific map reduce job how many instances of record reader will run ?

1 REPLY 1

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.