@@ -79,12 +79,18 @@ string
79
79
<td ></td >
80
80
</tr ><tr ><td ><p >" ; PENDING_RERUN" ; </p ></td >
81
81
<td ></td >
82
+ </tr ><tr ><td ><p >" ; RESUMING" ; </p ></td >
83
+ <td ></td >
82
84
</tr ><tr ><td ><p >" ; RUNNING" ; </p ></td >
83
85
<td ></td >
84
86
</tr ><tr ><td ><p >" ; SUBMITTED" ; </p ></td >
85
87
<td ></td >
86
88
</tr ><tr ><td ><p >" ; SUCCEEDING" ; </p ></td >
87
89
<td ></td >
90
+ </tr ><tr ><td ><p >" ; SUSPENDED" ; </p ></td >
91
+ <td ></td >
92
+ </tr ><tr ><td ><p >" ; SUSPENDING" ; </p ></td >
93
+ <td ></td >
88
94
</tr ><tr ><td ><p >" ; UNKNOWN" ; </p ></td >
89
95
<td ></td >
90
96
</tr ></tbody >
@@ -1807,6 +1813,22 @@ SparkApplicationSpec
1807
1813
<table >
1808
1814
<tr >
1809
1815
<td >
1816
+ <code >suspend</code ><br />
1817
+ <em >
1818
+ bool
1819
+ </em >
1820
+ </td >
1821
+ <td >
1822
+ <p >Suspend specifies whether the Spark operator should create Pods or not.
1823
+ If a SparkApplication is created with suspend set to true, no Pods are created
1824
+ by the Spark operator. If a SparkApplication is suspended after creation
1825
+ (i.e. the flag goes from false to true), the Spark operator will delete
1826
+ all active Pods associated with this SparkApplication.
1827
+ Users must design their Spark application to gracefully handle this.</p >
1828
+ </td >
1829
+ </tr >
1830
+ <tr >
1831
+ <td >
1810
1832
<code >type</code ><br />
1811
1833
<em >
1812
1834
<a href =" #sparkoperator.k8s.io/v1beta2.SparkApplicationType " >
@@ -2248,6 +2270,22 @@ It carries every pieces of information a spark-submit command takes and recogniz
2248
2270
<tbody >
2249
2271
<tr >
2250
2272
<td >
2273
+ <code >suspend</code ><br />
2274
+ <em >
2275
+ bool
2276
+ </em >
2277
+ </td >
2278
+ <td >
2279
+ <p >Suspend specifies whether the Spark operator should create Pods or not.
2280
+ If a SparkApplication is created with suspend set to true, no Pods are created
2281
+ by the Spark operator. If a SparkApplication is suspended after creation
2282
+ (i.e. the flag goes from false to true), the Spark operator will delete
2283
+ all active Pods associated with this SparkApplication.
2284
+ Users must design their Spark application to gracefully handle this.</p >
2285
+ </td >
2286
+ </tr >
2287
+ <tr >
2288
+ <td >
2251
2289
<code >type</code ><br />
2252
2290
<em >
2253
2291
<a href =" #sparkoperator.k8s.io/v1beta2.SparkApplicationType " >
0 commit comments