You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* KE-39980 configMap Binds the KE pod
* minor fix dockerfile java version and host user (apache#510)
* KY-895 Spark driver pod cleanup when application is completed (apache#528)
* KY-895, Spark driver pod cleanup when application is completed (apache#358)
* KY-895, Spark driver pod cleanup when application is completed
* KY-895, release 3.1.1-kylin-4.x-r42-xuanwu
* KY-895, add config KUBERNETES_DELETE_DRIVER (apache#376)
Co-authored-by: Feng Zhu <[email protected]>
---------
Co-authored-by: Jiawei Li <[email protected]>
Co-authored-by: Zhiting Guo <[email protected]>
Co-authored-by: Feng Zhu <[email protected]>
Copy file name to clipboardExpand all lines: resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/submit/KubernetesClientApplication.scala
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -202,7 +202,6 @@ private[spark] class KubernetesClientApplication extends SparkApplication {
202
202
// The master URL has been checked for validity already in SparkSubmit.
203
203
// We just need to get rid of the "k8s://" prefix here.
Copy file name to clipboardExpand all lines: resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/submit/LoggingPodStatusWatcher.scala
Copy file name to clipboardExpand all lines: resource-managers/kubernetes/core/src/main/scala/org/apache/spark/scheduler/cluster/k8s/KubernetesClusterSchedulerBackend.scala
0 commit comments