-
Notifications
You must be signed in to change notification settings - Fork 440
TEZ-4266: Make Tez Inherit From Apache POM #89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
|
One single unit test failing in the |
|
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. |
|
@jteagles What do you require of me to move this forward? Thanks for your shepherding. |
|
@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. |
|
Visual inspection yields: |
(cherry picked from commit 0d3b428)
No description provided.