Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[MINOR][TYPO] Fix typos: runnning and Excecutors
  • Loading branch information
ash211 authored Aug 18, 2017
commit cf749df92de7e1485752610a2396a14724431250
Original file line number Diff line number Diff line change
Expand Up @@ -551,8 +551,8 @@ private[yarn] class YarnAllocator(
updateInternalState()
}
} else {
logInfo(("Skip launching executorRunnable as runnning Excecutors count: %d " +
"reached target Executors count: %d.").format(
logInfo(("Skip launching executorRunnable as running executors count: %d " +
"reached target executors count: %d.").format(
numExecutorsRunning.get, targetNumExecutors))
}
}
Expand Down