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

nicholasjiang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/celeborn.git


The following commit(s) were added to refs/heads/main by this push:
     new a24164c0f [CELEBORN-2026] Skip build tez client
a24164c0f is described below

commit a24164c0fab77fe49b7746bc9a76e0fa87b8a617
Author: mingji <[email protected]>
AuthorDate: Wed Jun 4 19:52:48 2025 +0800

    [CELEBORN-2026] Skip build tez client
    
    ### What changes were proposed in this pull request?
    Skip building the Tez client when releasing 0.6.0.
    
    ### Why are the changes needed?
    The Tez client has not been fully verified, it will need some time before 
it is ready.
    
    ### Does this PR introduce _any_ user-facing change?
    NO.
    
    ### How was this patch tested?
    NO.
    
    Closes #3312 from FMX/b2026.
    
    Authored-by: mingji <[email protected]>
    Signed-off-by: SteNicholas <[email protected]>
---
 README.md                  | 2 +-
 build/make-distribution.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index da1418652..802cde5c4 100644
--- a/README.md
+++ b/README.md
@@ -417,7 +417,7 @@ Meanwhile, configure the following settings in YARN and 
MapReduce config.
 Meanwhile, `MRAppMasterWithCeleborn` disables 
`yarn.app.mapreduce.am.job.recovery.enable` and sets 
`mapreduce.job.reduce.slowstart.completedmaps` to 1 by default.
 
 
-### Deploy Tez client
+### Deploy Tez client(Experimental)
 Copy `$CELEBORN_HOME/tez/*.jar` into `mapreduce.application.classpath` and 
`yarn.application.classpath`.
 Meanwhile, configure the following settings in hive-site config and append 
`org.apache.tez.dag.app.CelebornDagAppMaster` to your `tez.am.launch.cmd-opts` 
in the `tez-site.xml`  
 ```properties
diff --git a/build/make-distribution.sh b/build/make-distribution.sh
index 37aeef118..b78a7083a 100755
--- a/build/make-distribution.sh
+++ b/build/make-distribution.sh
@@ -358,7 +358,7 @@ if [ "$SBT_ENABLED" == "true" ]; then
     sbt_build_client -Pflink-2.0
     export JAVA_HOME=$JAVA8_HOME
     sbt_build_client -Pmr
-    sbt_build_client -Ptez
+#    sbt_build_client -Ptez
   else
     echo "build client with $@"
     ENGINE_COUNT=0

Reply via email to