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

dongjoon-hyun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new e795e2d  [SPARK-58145] Upgrade `Apache Celeborn` to 0.6.3
e795e2d is described below

commit e795e2dccf7b05b7d95b76509b0115305365774f
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Jul 15 09:01:40 2026 -0700

    [SPARK-58145] Upgrade `Apache Celeborn` to 0.6.3
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade Apache Celeborn to 0.6.3 in the 
`word-count-celeborn` example.
    
    ### Why are the changes needed?
    
    Apache Celeborn 0.6.3 is the latest version with bug fixes and improvements.
    
    - https://celeborn.apache.org/community/release_notes/release_note_0.6.3
    
    ### Does this PR introduce _any_ user-facing change?
    
    No, this is an example-only change.
    
    ### How was this patch tested?
    
    Manual review.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    Generated-by: Claude Fable 5
    
    Closes #758 from dongjoon-hyun/SPARK-58145.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 examples/word-count-celeborn.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/word-count-celeborn.yaml 
b/examples/word-count-celeborn.yaml
index b5dc886..94f38aa 100644
--- a/examples/word-count-celeborn.yaml
+++ b/examples/word-count-celeborn.yaml
@@ -23,7 +23,7 @@ spec:
   sparkConf:
     spark.celeborn.master.endpoints: 
"celeborn-master-0.celeborn-master-svc:9097"
     spark.jars.ivy: "/tmp/.ivy2.5.2"
-    spark.jars.packages: 
"org.apache.celeborn:celeborn-client-spark-4-shaded_2.13:0.6.2"
+    spark.jars.packages: 
"org.apache.celeborn:celeborn-client-spark-4-shaded_2.13:0.6.3"
     spark.kubernetes.authenticate.driver.serviceAccountName: "spark"
     spark.kubernetes.container.image: "apache/spark:4.0.3-scala"
     spark.kubernetes.driver.limit.cores: "5"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to