Skip to content

TEZ-4679: Tez UI doesn't build on arm64 - Could not download Node.js - #454

Merged
abstractdog merged 1 commit into
apache:masterfrom
Aggarwal-Raghav:TEZ-4679
Jan 23, 2026
Merged

TEZ-4679: Tez UI doesn't build on arm64 - Could not download Node.js#454
abstractdog merged 1 commit into
apache:masterfrom
Aggarwal-Raghav:TEZ-4679

Conversation

@Aggarwal-Raghav

@Aggarwal-RaghavAggarwal-Raghav commented Jan 22, 2026

Copy link
Copy Markdown
Contributor

Please check more details on JIRA: TEZ-4679

The reason why this tez-ui build is failing because the official support for Apple Silicon was a major feature announced in Node.js version 16 and we are using version 8.9.0
Ref: https://nodejs.org/en/blog/release/v16.0.0/#toolchain-and-compiler-upgrades

We upgrade frontend-maven-plugin at 1.15.0, 1.11.0+ added a auto detects arch and download the correct tarball.
Screenshot 2026-01-22 at 10 48 15 PM

@tez-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeLogfileComment
+0 🆗reexec7m 7sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 0sNo case conflicting files found.
+0 🆗detsecrets0m 0sdetect-secrets was not available.
+0 🆗xmllint0m 0sxmllint was not available.
+1 💚@author0m 0sThe patch does not contain any @author tags.
-1 ❌test4tests0m 0sThe patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
+1 💚mvninstall11m 7smaster passed
+1 💚compile2m 24smaster passed
+1 💚javadoc1m 42smaster passed
_ Patch Compile Tests _
+1 💚mvninstall4m 39sthe patch passed
+1 💚codespell1m 35sNo new issues.
+1 💚compile2m 17sthe patch passed
+1 💚javac2m 17sthe patch passed
+1 💚blanks0m 0sThe patch has no blanks issues.
+1 💚javadoc1m 21sthe patch passed
_ Other Tests _
-1 ❌unit74m 23s/patch-unit-root.txtroot in the patch passed.
+1 💚asflicense0m 39sThe patch does not generate ASF License warnings.
108m 56s
ReasonTests
Failed junit teststez.dag.history.recovery.TestRecoveryService
SubsystemReport/Notes
DockerClientAPI=1.52 ServerAPI=1.52 base: https://ci-hadoop.apache.org/job/tez-multibranch/job/PR-454/1/artifact/out/Dockerfile
GITHUB PR#454
Optional Testsdupname asflicense javac javadoc unit codespell detsecrets xmllint compile
unameLinux 59f5664bffb2 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-home/workspace/tez-multibranch_PR-454/src/.yetus/personality.sh
git revisionmaster / ea12d00
Default JavaUbuntu-21.0.9+10-Ubuntu-124.04
Test Resultshttps://ci-hadoop.apache.org/job/tez-multibranch/job/PR-454/1/testReport/
Max. process+thread count1404 (vs. ulimit of 5500)
modulesC: . U: .
Console outputhttps://ci-hadoop.apache.org/job/tez-multibranch/job/PR-454/1/console
versionsgit=2.43.0 maven=3.8.7 codespell=2.4.1
Powered byApache Yetus 0.15.1 https://yetus.apache.org

This message was automatically generated.

@abstractdog
abstractdog self-requested a review January 23, 2026 08:25
@abstractdog

Copy link
Copy Markdown
Contributor

tested locally, works, +1

@abstractdog
abstractdog merged commit 8dda584 into apache:masterJan 23, 2026
4 checks passed
@Aggarwal-Raghav
Aggarwal-Raghav deleted the TEZ-4679 branch January 24, 2026 20:26
Sign up for freeto 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.

3 participants

@Aggarwal-Raghav@tez-yetus@abstractdog