Skip to content

Commit ba2c1e6

Browse files
committed
remove $
1 parent ebf61ba commit ba2c1e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resource-managers/kubernetes/core/src/main/scala/org/apache/spark/scheduler/cluster/k8s/ExecutorPodsAllocator.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ private[spark] class ExecutorPodsAllocator(
157157
" executors to begin running before requesting for more executors. # of executors in" +
158158
" pending status in the cluster: {currentPendingExecutors}. # of executors that we have" +
159159
" created but we have not observed as being present in the cluster yet:" +
160-
" ${newlyCreatedExecutors}.",
160+
" {newlyCreatedExecutors}.",
161161
SafeArg.of("currentWaitingExecutors",
162162
newlyCreatedExecutors.size + currentPendingExecutors),
163163
SafeArg.of("currentPendingExecutors", currentPendingExecutors),

0 commit comments

Comments
 (0)