We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0587b4 commit ed0b42dCopy full SHA for ed0b42d
yarn/alpha/src/main/scala/org/apache/spark/deploy/yarn/Client.scala
@@ -60,7 +60,7 @@ private[spark] class Client(
60
start()
61
62
logInfo("Requesting a new application from cluster with %d NodeManagers"
63
- .format(yarnClient.getYarnClusterMetrics.getNumNodeManagers))
+ .format(getYarnClusterMetrics.getNumNodeManagers))
64
65
// Get a new application from our RM
66
val newAppResponse = getNewApplication()
0 commit comments