This is an automated email from the ASF dual-hosted git repository.
aajisaka pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.3 by this push:
new 1f80f28a8ed HADOOP-19789. Set -Pnative -Pyarn-ui in precommit
mvninstall phase (#8191)
1f80f28a8ed is described below
commit 1f80f28a8eda1e9ea3d36f6132e4883433d0401b
Author: Akira Ajisaka <[email protected]>
AuthorDate: Tue Jan 20 10:07:25 2026 +0900
HADOOP-19789. Set -Pnative -Pyarn-ui in precommit mvninstall phase (#8191)
Signed-off-by: Steve Loughran <[email protected]>
Signed-off-by: Shilun Fan <[email protected]>
(cherry picked from commit 2ebca5d246a36406c7413411f8d52554051cb19b)
---
dev-support/bin/hadoop.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-support/bin/hadoop.sh b/dev-support/bin/hadoop.sh
index 7835b752f95..dfb10973e7b 100755
--- a/dev-support/bin/hadoop.sh
+++ b/dev-support/bin/hadoop.sh
@@ -345,6 +345,7 @@ function personality_modules
;;
mvninstall)
extra="-DskipTests"
+ needflags=true
if [[ "${repostatus}" = branch || "${BUILDMODE}" = full ]]; then
ordering=.
fi
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]