0 votes
in HDFS by

How many slots allocate for each task?

1 Answer

0 votes
by

By default each task has 2 slots for mapper and 2 slots for reducer. So each node has 4 slots to process the data.

...