From 7093ed8d3518c564d112e9c7843ded5d1622ce02 Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Thu, 16 Nov 2023 23:14:11 -0600 Subject: [PATCH] Update kyuubi-server/src/main/scala/org/apache/kyuubi/engine/KubernetesApplicationOperation.scala --- .../apache/kyuubi/engine/KubernetesApplicationOperation.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kyuubi-server/src/main/scala/org/apache/kyuubi/engine/KubernetesApplicationOperation.scala b/kyuubi-server/src/main/scala/org/apache/kyuubi/engine/KubernetesApplicationOperation.scala index 240a8bd122d..a2b07376f7e 100644 --- a/kyuubi-server/src/main/scala/org/apache/kyuubi/engine/KubernetesApplicationOperation.scala +++ b/kyuubi-server/src/main/scala/org/apache/kyuubi/engine/KubernetesApplicationOperation.scala @@ -121,7 +121,7 @@ class KubernetesApplicationOperation extends ApplicationOperation with Logging { info(s"[$kubernetesInfo] Operation of delete pod $podName with" + s" ${toLabel(appLabel)} is completed.") } else { - warn(s"[$kubernetesInfo] Failed to delete pod $podName with ${toLabel(appLabel)}.") + warn(s"[$kubernetesInfo] Failed to delete pod $podName with ${toLabel(appLabel)}.") } } catch { case NonFatal(e) => error(