KWON BYUNGCHANG created BIGTOP-4547:
---------------------------------------
Summary: tez: missing mvn install in do-component-build; tez
artifacts not available in local repository for hive build
Key: BIGTOP-4547
URL: https://issues.apache.org/jira/browse/BIGTOP-4547
Project: Bigtop
Issue Type: Bug
Reporter: KWON BYUNGCHANG
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).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)