先上类图:
=====================================================================================
JobContext: A read-only view of the job that is provided to the tasks while they are running.
JobContext它提供只读属性,它含有两个成员JobConf以及JobID。它提供的只读属性除了jobId保存在JobID中以外,所有的属性都是从jobConf中读取,包括以下属性:
1.mapred.reduce.tasks,默认值为1
2.mapred.working.dir,文件系统的工作目录
3.mapred.job.name,用户设置的job 的名字
4.mapreduce.map.class
5.mapreduce.inputformat.class<