[ https://issues.apache.org/jira/browse/HADOOP-5142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675922#action_12675922 ]
Hudson commented on HADOOP-5142: -------------------------------- Integrated in Hadoop-trunk #763 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/763/]) . Fix MapWritable#putAll to store key/value classes. Contributed by Doğacan Güney. > MapWritable#putAll does not store classes > ----------------------------------------- > > Key: HADOOP-5142 > URL: https://issues.apache.org/jira/browse/HADOOP-5142 > Project: Hadoop Core > Issue Type: Bug > Components: io > Reporter: Doğacan Güney > Priority: Minor > Fix For: 0.20.0 > > Attachments: mapwritableputall.patch > > > MapWritable's putAll method does not call addToMap for keys and values as > MapWritable#put does. So new classes will not be stored > in class-id maps and will lead to problems during readFields. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.