Uh oh!
There was an error while loading. Please reload this page.
TEZ-4266: Make Tez Inherit From Apache POM - #89
Conversation
| <exclude>org.apache.tez:tez-aux-services</exclude> | ||
| <exclude>org.apache.tez:tez-ext-service-tests</exclude> | ||
| <exclude>org.apache.tez:tez-ui</exclude> | ||
| <exclude>org.apache.tez:tez-docs</exclude> |
There was a problem hiding this comment.
For some reason, the latest Maven Assembly plugin dies (NPE) when trying to process this module, so I have excluded it. I don't think it's required in the minimal distribution anyway.
belugabehr
commented
Jan 24, 2021
One single unit test failing in the |
jteagles
commented
Jan 27, 2021
Unit test failure in tez-ui is covered by https://issues.apache.org/jira/browse/TEZ-4241 so is unrelated as you have stated. It will take some time to compare before and after this patch. The version of plugins before and after will need to be checked and differences evaluated. |
belugabehr
commented
Jan 27, 2021
@jteagles What do you require of me to move this forward? Thanks for your shepherding. |
jteagles
commented
Jan 27, 2021
@belugabehr, the effective-pom and dependency:tree before and after this patch will need to be analyzed. If you are able to provide this analysis, I would greatly appreciate it. If not, I will take a look later this week. |
belugabehr
commented
Jan 27, 2021
Visual inspection yields: |
(cherry picked from commit 0d3b428)
No description provided.