0 votes
in HDFS by

Why are the number of splits equal to the number of Maps?

1 Answer

0 votes
by

The number of maps is equal to the number of input splits because we want the key and value pairs of all the input splits.

...