[ 
https://issues.apache.org/jira/browse/SPARK-4621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lianhui Wang updated SPARK-4621:
--------------------------------
    Description: in ExternalShuffle, we can use LRUCache to store recently 
finished shuffle index and that can reduce indexFile's io. At first, i 
implement it for ExternalShuffle. Latter i will add it to 
IndexShuffleBlockResolver if i can.  (was: in IndexShuffleBlockManager, we can 
use LRUCache to store recently finished shuffle index and that can reduce 
indexFile's io.)

> Shuffle index can be cached for SortShuffleManager in ExternalShuffle in 
> order to  reduce indexFile's io
> --------------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-4621
>                 URL: https://issues.apache.org/jira/browse/SPARK-4621
>             Project: Spark
>          Issue Type: Improvement
>          Components: Shuffle
>            Reporter: Lianhui Wang
>            Assignee: Apache Spark
>            Priority: Minor
>
> in ExternalShuffle, we can use LRUCache to store recently finished shuffle 
> index and that can reduce indexFile's io. At first, i implement it for 
> ExternalShuffle. Latter i will add it to IndexShuffleBlockResolver if i can.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to