-
Couldn't load subscription status.
- Fork 1
III. MapReduce Job Scheduling
Ishaan Lagwankar edited this page Dec 3, 2019
·
1 revision
The MapReduce job is provisioned by the operating system once the generated mapper and reducer code is ready. As a simplification, the MapReduce job writes to a ‘/out/’ directory and the output is displayed onto the CLI. This directory keeps being deleted to circumvent the problem of rewrites to the directory.