Skip to content

Commit eaec5d2

Browse files
committed
comment
1 parent 61ae5f7 commit eaec5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kyuubi-server/src/main/scala/org/apache/kyuubi/engine/KubernetesApplicationOperation.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ object KubernetesApplicationOperation extends Logging {
371371
case "Failed" | "Error" => FAILED
372372
case "Unknown" => UNKNOWN
373373
case _ =>
374-
warn(s"The kubernetes driver pod state: $podState is not supported, " +
374+
warn(s"The spark driver pod state: $podState is not supported, " +
375375
"mark the application state as UNKNOWN.")
376376
UNKNOWN
377377
}

0 commit comments

Comments
 (0)