HyukjinKwon commented on a change in pull request #28267:
URL: https://github.com/apache/spark/pull/28267#discussion_r411873006



##########
File path: 
resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/LocalityPreferredContainerPlacementStrategy.scala
##########
@@ -40,7 +40,7 @@ private[yarn] case class ContainerLocalityPreferences(nodes: 
Array[String], rack
  * and cpus per task is 1, so the required container number is 15,
  * and host ratio is (host1: 30, host2: 30, host3: 20, host4: 10).
  *
- * 1. If requested container number (18) is more than the required container 
number (15):
+ * 1. If the requested container number (18) is more than the required 
container number (15):

Review comment:
       I think we can remove this `the`




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to