Skip to content

Commit

Permalink
fix a typo in LocalityPreferredContainerPlacementStrategy's class com…
Browse files Browse the repository at this point in the history
…ment
  • Loading branch information
asclepiusaka committed Apr 20, 2020
1 parent c6e39df commit b5a1d7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ private[yarn] case class ContainerLocalityPreferences(nodes: Array[String], rack
* 4.1 If requested container number (18) is more than newly required containers (12). Follow
* method 1 with updated ratio 4 : 4 : 3 : 1.
*
* 4.2 If request container number (10) is more than newly required containers (12). Follow
* 4.2 If request container number (10) is less than newly required containers (12). Follow
* method 2 with updated ratio 4 : 4 : 3 : 1.
*
* 5. If containers exist and existing localities can fully cover the requested localities.
Expand Down

0 comments on commit b5a1d7c

Please sign in to comment.