spark-instrumented-optimizer/network
lianhuiwang 61073f8321 [SPARK-4994][network]Cleanup removed executors' ShuffleInfo in yarn shuffle service
when the application is completed, yarn's nodemanager can remove application's local-dirs.but all executors' metadata of completed application havenot be removed. now it lets yarn ShuffleService to have much more memory to store Executors' ShuffleInfo. so these metadata need to be removed.

Author: lianhuiwang <lianhuiwang09@gmail.com>

Closes #3828 from lianhuiwang/SPARK-4994 and squashes the following commits:

f3ba1d2 [lianhuiwang] Cleanup removed executors' ShuffleInfo
2015-02-06 14:48:30 -08:00
..
common [SPARK-5444][Network]Add a retry to deal with the conflict port in netty server. 2015-02-06 14:36:58 -08:00
shuffle [SPARK-4809] Rework Guava library shading. 2015-01-28 00:29:29 -08:00
yarn [SPARK-4994][network]Cleanup removed executors' ShuffleInfo in yarn shuffle service 2015-02-06 14:48:30 -08:00