https://github.com/apache/spark
Revision daeb0811058c76e2d6cecb6de5ebe287c3be3a94 authored by Ngone51 on 20 December 2018, 18:25:52 UTC, committed by Marcelo Vanzin on 20 December 2018, 18:26:17 UTC
## What changes were proposed in this pull request?

Right now, we cancel pending allocate requests by its sending order. I thing we can take

locality preference into account when do this to perfom least impact on task locality preference.

## How was this patch tested?

N.A.

Closes #23344 from Ngone51/dev-cancel-pending-allocate-requests-by-taking-locality-preference-into-account.

Authored-by: Ngone51 <ngone_5451@163.com>
Signed-off-by: Marcelo Vanzin <vanzin@cloudera.com>
(cherry picked from commit 3d6b44d9ea92dc1eabb8f211176861e51240bf93)
Signed-off-by: Marcelo Vanzin <vanzin@cloudera.com>
1 parent 74c1cd1
History
Tip revision: daeb0811058c76e2d6cecb6de5ebe287c3be3a94 authored by Ngone51 on 20 December 2018, 18:25:52 UTC
[SPARK-26392][YARN] Cancel pending allocate requests by taking locality preference into account
Tip revision: daeb081

README.md

back to top