Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Commit 3e7ce16

Browse files
committed
Fix missed merge conflict
1 parent 7ffea06 commit 3e7ce16

File tree

1 file changed

+1
-1
lines changed
  • resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/kubernetes

1 file changed

+1
-1
lines changed

resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/kubernetes/Client.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ private[spark] class Client(
302302
}
303303
val topLevelMessage = s"The driver pod with name ${driverPod.getMetadata.getName}" +
304304
s" in namespace ${driverPod.getMetadata.getNamespace} was not ready in" +
305-
s" $LAUNCH_TIMEOUT_SECONDS seconds."
305+
s" $driverLaunchTimeoutSecs seconds."
306306
val podStatusPhase = if (driverPod.getStatus.getPhase != null) {
307307
s"Latest phase from the pod is: ${driverPod.getStatus.getPhase}"
308308
} else {

0 commit comments

Comments
 (0)