dongjoon-hyun opened a new pull request, #667:
URL: https://github.com/apache/spark-kubernetes-operator/pull/667

   ### What changes were proposed in this pull request?
   
   Add `examples/pi-preview.yaml` pinned to Apache Spark `4.2.0-preview5`.
   
   ### Why are the changes needed?
   
   To provide a ready-to-apply SparkPi example for the upcoming 
`4.2.0-preview5` release.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Manually with `kubectl apply -f examples/pi-preview.yaml`.
   
   ```
   $ kubectl apply -f examples/pi-preview.yaml    
   sparkapplication.spark.apache.org/pi-preview created
   
   $ kubectl get sparkapp                     
   NAME         AGE   CURRENT STATE
   pi-preview   4s    DriverRequested
   
   $ kubectl get pod                                                            
                   
   NAME                                         READY   STATUS      RESTARTS    
  AGE
   pi-preview-0-driver                          0/1     Completed   0           
  28s
   spark-kubernetes-operator-584498648c-pxfpc   1/1     Running     4 (46h ago) 
  3d4h
   
   $ kubectl logs -f pi-preview-0-driver | grep version
   26/05/07 20:28:41 INFO SparkContext: Running Spark version 4.2.0-preview5
   26/05/07 20:28:41 INFO SparkContext: Java version 21.0.10+7-LTS
   ```
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Code (Opus 4.7)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to