Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently there are a few places that are not following the recommended pattern of using object mapper - reuse if possible. Actually we can use ObjectReader or ObjectWriter to replace the object mapper in some places: they are straightforward and thread safe.
The benefit is all about performance, so in unit testing code I assume we don't have to worry too much.
Attachments
Attachments
Issue Links
- relates to
-
HADOOP-14901 ReuseObjectMapper in Hadoop Common
- Resolved