magnuma3 opened a new pull request, #1407:
URL: https://github.com/apache/bigtop/pull/1407
<!--
Thanks for sending a pull request!
1. If this is your first time, please read our contributor guidelines:
https://cwiki.apache.org/confluence/display/BIGTOP/How+to+Contribute
2. Make sure your PR title starts with JIRA issue id, e.g.,
'BIGTOP-3638: Your PR title ...'.
-->
### Description of PR
The tez do-component-build runs the Maven build without installing the
artifacts into the local repository. As a result, when hive is built afterwards
in the same environment, it cannot resolve the tez artifacts just built and
either fails or falls back to fetching upstream tez from a remote repository
instead of the locally built one.
Fix: use the install goal in the tez do-component-build so the built tez
artifacts are installed into the local Maven repository and picked up by
subsequent component builds (hive).
### How was this patch tested?
### For code changes:
- [x] Does the title or this PR starts with the corresponding JIRA issue id
(e.g. 'BIGTOP-3638. Your PR title ...')?
- [ ] Make sure that newly added files do not have any licensing issues.
When in doubt refer to https://www.apache.org/licenses/
--
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]