357358359360361362363
} public LocalJobRunner(JobConf conf) throws IOException { this.fs = FileSystem.get(conf); this.conf = conf; myMetrics = new JobTrackerMetricsInst(null, new JobConf(conf)); }
356357358359360361362
351352353354355356357
290291292293294295296