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
Copy file name to clipboardExpand all lines: resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/submit/KubernetesClientApplication.scala
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,8 @@ private[spark] class KubernetesClientApplication extends SparkApplication {
210
210
// to be added as a label to group resources belonging to the same application. Label values are
211
211
// considerably restrictive, e.g. must be no longer than 63 characters in length. So we generate
212
212
// a unique app ID (captured by spark.app.id) in the format below.
0 commit comments