}
}
@Override
public void configureForMapReduce(Job job, PType<?> ptype, Path outputPath, String name) {
Converter converter = getConverter(ptype);
Class keyClass = converter.getKeyClass();
Class valueClass = converter.getValueClass();
bundle.set(
"elephantbird.protobuf.class.for." + LzoProtobufBlockOutputFormat.class.getName(),
ptype.getTypeClass().getName());
configureForMapReduce(job, keyClass, valueClass, bundle, outputPath, name);
}