File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ type SparkApplicationSpec struct {
35
35
// INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
36
36
// Important: Run "make generate" to regenerate code after modifying this file
37
37
38
- // Suspend specifies whether the Spark operator should create Pods or not .
39
- // If a SparkApplication is created with suspend set to true, no Pods are created
40
- // by the Spark operator. If a SparkApplication is suspended after creation
38
+ // Suspend indicates whether the SparkApplication should be suspended .
39
+ // When true, the controller skips submitting the Spark job.
40
+ // If a SparkApplication is suspended after creation
41
41
// (i.e. the flag goes from false to true), the Spark operator will delete
42
42
// all active Pods associated with this SparkApplication.
43
43
// Users must design their Spark application to gracefully handle this.
Original file line number Diff line number Diff line change @@ -10557,9 +10557,9 @@ spec:
10557
10557
type: string
10558
10558
suspend:
10559
10559
description: |-
10560
- Suspend specifies whether the Spark operator should create Pods or not .
10561
- If a SparkApplication is created with suspend set to true, no Pods are created
10562
- by the Spark operator. If a SparkApplication is suspended after creation
10560
+ Suspend indicates whether the SparkApplication should be suspended .
10561
+ When true, the controller skips submitting the Spark job.
10562
+ If a SparkApplication is suspended after creation
10563
10563
(i.e. the flag goes from false to true), the Spark operator will delete
10564
10564
all active Pods associated with this SparkApplication.
10565
10565
Users must design their Spark application to gracefully handle this.
Original file line number Diff line number Diff line change @@ -10480,9 +10480,9 @@ spec:
10480
10480
type: string
10481
10481
suspend:
10482
10482
description: |-
10483
- Suspend specifies whether the Spark operator should create Pods or not .
10484
- If a SparkApplication is created with suspend set to true, no Pods are created
10485
- by the Spark operator. If a SparkApplication is suspended after creation
10483
+ Suspend indicates whether the SparkApplication should be suspended .
10484
+ When true, the controller skips submitting the Spark job.
10485
+ If a SparkApplication is suspended after creation
10486
10486
(i.e. the flag goes from false to true), the Spark operator will delete
10487
10487
all active Pods associated with this SparkApplication.
10488
10488
Users must design their Spark application to gracefully handle this.
You can’t perform that action at this time.
0 commit comments