pjfanning commented on PR #7022:
URL: https://github.com/apache/hadoop/pull/7022#issuecomment-2676148588

   The upgrade of Jackson is affecting the Timeline web service response - just 
for one method.
   
   
https://github.com/apache/hadoop/blob/ca08047a9258c862d638f67b80512fecc6dc5e86/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/main/java/org/apache/hadoop/yarn/server/timeline/webapp/TimelineWebServices.java#L90-L98
   
   The `@XmlRootElement(name = "about")` on TimelineAbout is being ignored so 
that the JSON does not end up getting wrapped with an `about` element.
   
   
https://github.com/apache/hadoop/blob/ca08047a9258c862d638f67b80512fecc6dc5e86/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/api/records/timeline/TimelineAbout.java#L30


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to