Uh oh!
There was an error while loading. Please reload this page.
TEZ-4688 TEZ-4648: Tez upgrade to Hadoop 3.5.0 and jersey 2.x - #474
Conversation
kokila-19
commented
Apr 6, 2026
FYI, |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
maheshrajus
commented
Apr 14, 2026
@abstractdog@ayushtkn Can you please review and provide comments if any. Thanks ! |
Aggarwal-Raghav
commented
Apr 14, 2026
@maheshrajus , can you please rebase this PR and resolve merge conflicts? |
maheshrajus
commented
Apr 14, 2026
@Aggarwal-Raghav Hi, i rebased and pushed the commit just now. Could you please take a look at this? Thanks ! |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Aggarwal-Raghav
commented
Apr 14, 2026
The explicit dependency of |
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as outdated.
This comment was marked as outdated.
maheshrajus
commented
Apr 22, 2026
@Aggarwal-Raghav Better this we will handle separately. thanks ! |
tez-yetus
commented
Apr 22, 2026
💔 -1 overall
This message was automatically generated. |
maheshrajus
commented
Apr 27, 2026
@abstractdog@ayushtkn@Aggarwal-Raghav |
maheshrajus
commented
Jun 12, 2026
@Aggarwal-Raghav |
tez-yetus
commented
Jun 12, 2026
💔 -1 overall
This message was automatically generated. |
Uh oh!
There was an error while loading. Please reload this page.
0e75711 to
3bd9782Comparetez-yetus
commented
Jun 15, 2026
🎊 +1 overall
This message was automatically generated. |
maheshrajus
commented
Jun 16, 2026
@abstractdog@Aggarwal-Raghav |
abstractdog
commented
Jun 16, 2026
there are some conflicts, there is a chance that merging TEZ-4726 caused it, needs a rebase |
Aggarwal-Raghav
commented
Jun 16, 2026
LGTM! All my previous comments have been addressed. |
abstractdog
left a comment
There was a problem hiding this comment.
+1
this can be merged, once the latest conflicts are resolved
maheshrajus
commented
Jun 16, 2026
@abstractdog Let me resolve the conflicts. thanks ! |
# Conflicts: # tez-api/src/main/java/org/apache/tez/dag/api/client/TimelineReaderFactory.java # tez-api/src/test/java/org/apache/tez/dag/api/client/TestTimelineReaderFactory.java # tez-plugins/tez-history-parser/src/main/java/org/apache/tez/history/ATSImportTool.java
tez-yetus
commented
Jun 16, 2026
🎊 +1 overall
This message was automatically generated. |
maheshrajus
commented
Jun 16, 2026
@abstractdog Latest conflicts resolved and CI is green. |
Uh oh!
There was an error while loading. Please reload this page.
What changes were proposed in this PR?
This PR upgrades Tez to support:
As part of the upgrade, several ATS Timeline API response format differences were observed between older Hadoop versions and Hadoop 3.5.0. This PR adds compatibility handling for those schema variations.
Main updates include:
Handled ATS compatibility differences including:
otherinfo↔otherInfoentity↔entityIdentitytype↔entityTypedomain/id↔domainIdAdditional fixes:
How was this patch tested?
jersey upgrade changes taken from PR : #429 by @abstractdog as they need for hadoop 3.5.0 upgrade.