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

voonhous pushed a commit to branch fix-root-kafka-version-default
in repository https://gitbox.apache.org/repos/asf/hudi.git

commit c828a63cffdd4687813e57ac91a6ad40ba6f6ab2
Author: voon <[email protected]>
AuthorDate: Fri Sep 18 15:14:45 2026 +0800

    docs(release): name Spark and Flink profiles in the release build check
    
    -Prelease is another profile in the root pom, so it turns off the
    activeByDefault spark3.5 and flink2.2 profiles and leaves their modules
    out of the reactor. Name them explicitly, matching the all-modules line
    in deploy_staging_jars.sh.
---
 release/release_guide.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/release/release_guide.md b/release/release_guide.md
index e48599cd01b9..d96004fee713 100644
--- a/release/release_guide.md
+++ b/release/release_guide.md
@@ -343,14 +343,13 @@ Source Release step) -- otherwise the voted tarball ships 
a `-SNAPSHOT` Trino pi
 
 ## Verify that a Release Build Works
 
-Run "mvn -Prelease clean install" to ensure that the build processes are in 
good shape. // You need to execute this command once you have the release 
branch in apache/hudi
+Run the `mvn -Prelease clean install` command below to ensure that the build 
processes are in good shape. // You need to execute this command once you have 
the release branch in apache/hudi
 
 Good to run this for all profiles
 
 ```shell
-mvn -Prelease clean install
-mvn -Prelease clean install -Dscala-2.12
-mvn -Prelease clean install -Dspark3
+# -Prelease turns off the activeByDefault Spark and Flink profiles, so name 
them explicitly
+mvn -Prelease clean install -Dscala-2.12 -Dspark3.5 -Dflink2.2
 ```
 
 ## Checklist to proceed to the next step

Reply via email to