Description
Code uses:
this.outputFormat = ReflectionUtils.getClass(conf.get(MRJobConfig.OUTPUT_FORMAT_CLASS_ATTR)); } else { this.outputFormat = ReflectionUtils.getClass(conf.get("mapred.output.format.class"));
where ReflectionUtils has :
<T> Class<T> getClass(T o)