313314315316317318319
} public LocalJobRunner(JobConf conf) throws IOException { this.fs = FileSystem.get(conf); this.conf = conf; myMetrics = new JobTrackerMetrics(null, new JobConf(conf)); }
249250251252253254255
} public LocalJobRunner(Configuration conf) throws IOException { this.fs = FileSystem.get(conf); this.conf = conf; myMetrics = new JobTrackerMetrics(); }
265266267268269270271
302303304305306307308
231232233234235236237
259260261262263264265
} public LocalJobRunner(JobConf conf) throws IOException { this.fs = FileSystem.get(conf); this.conf = conf; myMetrics = new JobTrackerMetrics(new JobConf(conf)); }
202203204205206207208
194195196197198199200
193194195196197198199