This is an automated email from the ASF dual-hosted git repository.

aajisaka pushed a commit to branch branch-3.4
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.4 by this push:
     new 407ce3e50cf HADOOP-19789. Set -Pnative -Pyarn-ui in precommit 
mvninstall phase (#8191)
407ce3e50cf is described below

commit 407ce3e50cf5d07aec7db3fa4609b1d9500c2e29
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 fd9363e66bb..2240f7cc8e3 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]

Reply via email to