You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2020/03/06 05:12:50 UTC

[GitHub] [hadoop] aajisaka commented on issue #1877: HADOOP-16908. Prune jackson 1 code again.

aajisaka commented on issue #1877: HADOOP-16908. Prune jackson 1 code again.
URL: https://github.com/apache/hadoop/pull/1877#issuecomment-595603775
 
 
   AbfsHttpOperations.java
   ```
         final ObjectMapper objectMapper = new ObjectMapper();
         this.listResultSchema = objectMapper.readValue(stream, ListResultSchema.class);
   ```
   ObjectMapper instance should be re-used. It can be fixed in a separate jira.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org