This is an automated email from the ASF dual-hosted git repository.
aajisaka pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push:
new 2ebca5d246a HADOOP-19789. Set -Pnative -Pyarn-ui in precommit
mvninstall phase (#8191)
2ebca5d246a is described below
commit 2ebca5d246a36406c7413411f8d52554051cb19b
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]>
---
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 dbda5cad8cf..c23855db477 100755
--- a/dev-support/bin/hadoop.sh
+++ b/dev-support/bin/hadoop.sh
@@ -377,6 +377,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]