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

dongjoon 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 666dcff  [MINOR] Fix inconsistent name in Java doc
666dcff is described below

commit 666dcffb545852e3ce2f34866f50e9f06e1cdd91
Author: Zhou JIANG <[email protected]>
AuthorDate: Fri Mar 6 08:42:47 2026 -0800

    [MINOR] Fix inconsistent name in Java doc
    
    ### What changes were proposed in this pull request?
    
    This fixes the naming reference in Java doc
    
    ### Why are the changes needed?
    
    To match the exact state name in ApplicationStateSummary
    
    ### Does this PR introduce _any_ user-facing change?
    
    No. java doc update only
    
    ### How was this patch tested?
    
    Pass the CIs
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No
    
    Closes #540 from jiangzho/doc.
    
    Authored-by: Zhou JIANG <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .../java/org/apache/spark/k8s/operator/spec/ExecutorInstanceConfig.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/spark-operator-api/src/main/java/org/apache/spark/k8s/operator/spec/ExecutorInstanceConfig.java
 
b/spark-operator-api/src/main/java/org/apache/spark/k8s/operator/spec/ExecutorInstanceConfig.java
index 3325445..611d76b 100644
--- 
a/spark-operator-api/src/main/java/org/apache/spark/k8s/operator/spec/ExecutorInstanceConfig.java
+++ 
b/spark-operator-api/src/main/java/org/apache/spark/k8s/operator/spec/ExecutorInstanceConfig.java
@@ -50,7 +50,7 @@ import lombok.NoArgsConstructor;
  *   <li>If Spark app acquires less than 5 executors in given tine window
  *       
(.spec.applicationTolerations.applicationTimeoutConfig.executorStartTimeoutMillis)
 after
  *       submitted, it would be shut down proactively in order to avoid 
resource deadlock.
- *   <li>Spark app would be marked as 'RUNNING_WITH_PARTIAL_CAPACITY' if it 
loses executors after
+ *   <li>Spark app would be marked as 'RunningWithPartialCapacity' if it loses 
executors after
  *       successfully start up.
  *   <li>Spark app would be marked as 'RunningHealthy' if it has at least min 
executors after
  *       successfully start up.


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

Reply via email to