0 votes
in Hadoop by

Where the Mapper's intermediate data will be stored?

1 Answer

0 votes
by
The mapper output (intermediate data) is stored on the Local file system (NOT HDFS) of each individual mapper nodes. This is typically a temporary directory location which can be setup in config by the Hadoop administrator. The intermediate data is cleaned up after the Hadoop Job completes.

Related questions

0 votes
asked Mar 31 in AWS by DavidAnderson
0 votes
asked Jun 22, 2023 in HDFS by rajeshsharma
...