specFile = new Path(args[4]);
}
JobConf theJob = new JobConf(ValueAggregatorJob.class);
if (specFile != null) {
theJob.addDefaultResource(specFile);
}
FileSystem fs = FileSystem.get(theJob);
theJob.setJobName("ValueAggregatorJob");
String[] inputDirsSpecs = inputDir.split(",");