Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.7.1
-
None
-
Reviewed
Description
In HDFS-9724, it have reused the ObjectMapper instance to improve the performance in WebHDFS. But in other places, it still using ObjectMapper by new ObjectMapper(). We probably need a comprehensive review across the whole codebase to look for this pattern and modify them. In MAPREDUCE-6626, YARN-4668, these jiras also work for this.
Attachments
Attachments
Issue Links
- is related to
-
HDFS-10560 DiskBalancer: Reuse ObjectMapper instance to improve the performance
-
- Resolved
-
-
HDFS-10568 Reuse ObjectMapper instance in CombinedHostsFileReader and CombinedHostsFileWriter
-
- Resolved
-
- relates to
-
YARN-4668 Reuse objectMapper instance in Yarn
-
- Resolved
-
-
MAPREDUCE-6626 Reuse ObjectMapper instance in MapReduce
-
- Resolved
-