Skip to content

BIGTOP-4547. tez: missing mvn install in do-component-build - #1407

Merged
iwasakims merged 1 commit into
apache:masterfrom
magnuma3:fix-tez-install
Sep 11, 2026
Merged

BIGTOP-4547. tez: missing mvn install in do-component-build#1407
iwasakims merged 1 commit into
apache:masterfrom
magnuma3:fix-tez-install

Conversation

@magnuma3

Copy link
Copy Markdown
Contributor

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:

  • 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/

@iwasakims iwasakims left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1. Thanks, @magnuma3.

@iwasakims
iwasakims merged commit 1bb1191 into apache:master Sep 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants