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.
Attachments
Attachments
Activity
Michael Stack
created issue -
Michael Stack
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | clone.patch [ 12371991 ] |
Michael Stack
made changes -
Status | Open [ 1 ] | Patch Available [ 10002 ] |
Arun Murthy
made changes -
Fix Version/s | 0.16.0 [ 12312740 ] | |
Assignee | stack [ stack ] |
Owen O'Malley
made changes -
Resolution | Fixed [ 1 ] | |
Status | Patch Available [ 10002 ] | Resolved [ 5 ] |
Nigel Daley
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Patch to change clone so takes lower-common-denominator Configuration instead.