try {
TableMapReduceUtil.addDependencyJars(job);
FileOutputFormat.setOutputPath(job, outputPath);
} catch (IOException e) {
throw new CrunchRuntimeException(e);
}
if (null == name) {
job.setOutputFormatClass(TableOutputFormat.class);
job.setOutputKeyClass(ImmutableBytesWritable.class);