Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
Currently there are a few places in hadoop-azure module that create ObjectMapper for each request/call. We should reuse the object mapper for performance purpose.
The general caveat is about thread safety; I think the change will be safe though.