0 votes
in HDFS by

What happens if You don't Override the Mapper methods and keep them as it is?

1 Answer

0 votes
by

If you do not override any methods (leaving even map as-is), it will act as the identity function, emitting each input record as a separate output.

...