[ 
https://issues.apache.org/jira/browse/HADOOP-10898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15634402#comment-15634402
 ] 

Vinicius Maciel Sant' Ana commented on HADOOP-10898:
----------------------------------------------------

The user responsible for that issue seems to be inactive, maybe you could 
contact [~davidparks21] since he was the reporter.

Since you said your patch should fix the problem, you could try contributing 
following this guide: https://wiki.apache.org/hadoop/HowToContribute

> MapWritable instances cannot be reused when containing different custom 
> Writable classes.
> -----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-10898
>                 URL: https://issues.apache.org/jira/browse/HADOOP-10898
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: io
>            Reporter: Eli Acherkan
>            Priority: Minor
>         Attachments: HADOOP-10898.patch
>
>
> When a data stream contains several MapWritable instances, which contain 
> instances of several different custom classes (implementing Writable), 
> attempting to reuse a single MapWritable instance for reading the data stream 
> results in an IllegalArgumentException. This happens because 
> AbstractMapWritable.readFields doesn't reset the classToIdMap/idToClassMap 
> data structures.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to