Description
I'd like to use WritableUtils.clone but I'm not in a mapred context so don't have a JobConf to hand. I do have a Configuration.
Looking inside the clone implementation, it doesn't need JobConf; a Configuration will do.
I'd like to use WritableUtils.clone but I'm not in a mapred context so don't have a JobConf to hand. I do have a Configuration.
Looking inside the clone implementation, it doesn't need JobConf; a Configuration will do.