Skip to content

Commit ed0b42d

Browse files
committed
Fix alpha compilation error
1 parent c0587b4 commit ed0b42d

File tree

1 file changed

+1
-1
lines changed
  • yarn/alpha/src/main/scala/org/apache/spark/deploy/yarn

1 file changed

+1
-1
lines changed

yarn/alpha/src/main/scala/org/apache/spark/deploy/yarn/Client.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ private[spark] class Client(
6060
start()
6161

6262
logInfo("Requesting a new application from cluster with %d NodeManagers"
63-
.format(yarnClient.getYarnClusterMetrics.getNumNodeManagers))
63+
.format(getYarnClusterMetrics.getNumNodeManagers))
6464

6565
// Get a new application from our RM
6666
val newAppResponse = getNewApplication()

0 commit comments

Comments
 (0)