Member since
03-27-2018
2
Posts
0
Kudos Received
0
Solutions
01-14-2019
12:20 AM
@Marie-Christine GONTIER No of mappers depends on input split size it cannot be manually configured. Input split is a logical representation of data and block is a physical representation of data. An input split indicates the start and end point of data in a block. There is one mapper per input split. so the number of mappers is not completely dependent on the number blocks. Depending upon the configured size, the number of splits varies. There might be one split per block, one split per two blocks or maybe two splits per block and so on. HTH
... View more