0 votes
in Hadoop by

What is the use of the command Mapred.job.tracker?

1 Answer

0 votes
by

The command mapred.job.tracker is used by the Job Tracker to list out which host and port that the MapReduce job tracker runs at. If it is "local", then jobs are run in-process as a single map and reduce task.

...