Skip to content
Snippets Groups Projects
Commit a2db5c57 authored by Andrew Ash's avatar Andrew Ash Committed by Reynold Xin
Browse files

[MINOR][TYPO] Fix typos: runnning and Excecutors

## What changes were proposed in this pull request?

Fix typos

## How was this patch tested?

Existing tests

Author: Andrew Ash <andrew@andrewash.com>

Closes #18996 from ash211/patch-2.
parent 7880909c
No related branches found
No related tags found
No related merge requests found
...@@ -551,8 +551,8 @@ private[yarn] class YarnAllocator( ...@@ -551,8 +551,8 @@ private[yarn] class YarnAllocator(
updateInternalState() updateInternalState()
} }
} else { } else {
logInfo(("Skip launching executorRunnable as runnning Excecutors count: %d " + logInfo(("Skip launching executorRunnable as running executors count: %d " +
"reached target Executors count: %d.").format( "reached target executors count: %d.").format(
numExecutorsRunning.get, targetNumExecutors)) numExecutorsRunning.get, targetNumExecutors))
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment