0 votes
in HDFS by
What is chain Mapper?

1 Answer

0 votes
by

Chain mapper class is a special mapper class sets which run in a chain fashion within a single map task. It means, one mapper input acts as another mapper’s input, in this way n number of mapper connected in chain fashion.

...