Computer Science > Distributed, Parallel, and Cluster Computing
[Submitted on 9 Mar 2022 (this version), latest version 18 Aug 2023 (v5)]
Title:Exoshuffle: Large-Scale Shuffle at the Application Level
View PDFAbstract:Shuffle is a key primitive in large-scale data processing applications. The difficulty of large-scale shuffle has inspired a myriad of implementations. While these have greatly improved shuffle performance and reliability over time, it comes at a cost: flexibility. First, each shuffle system is essentially built from scratch, which is a significant developer effort. Second, because each shuffle system is monolithic, they are not flexible to supporting other applications, such as online aggregation of shuffle results.
We show that shuffle can be implemented with high performance and reliability on a general-purpose abstraction for distributed computing: distributed futures. While previous systems have implemented shuffle on top of distributed futures before, we are the first to identify and build the common components necessary to support a large-scale shuffle. We show that it is possible to: (1) express optimizations from previous shuffle systems in a few hundred lines of purely application-level Python code, and (2) achieve interoperability with other data processing applications without modifying the shuffle system. Thus, we present Exoshuffle, an application-level shuffle system that outperforms Spark and achieves 82\% of theoretical performance on a 100TB sort on 100 nodes.
Submission history
From: Sifei Luan [view email][v1] Wed, 9 Mar 2022 22:28:49 UTC (1,006 KB)
[v2] Fri, 18 Mar 2022 23:21:22 UTC (1,005 KB)
[v3] Fri, 13 May 2022 18:56:35 UTC (1,021 KB)
[v4] Fri, 20 Jan 2023 00:45:19 UTC (1,706 KB)
[v5] Fri, 18 Aug 2023 03:45:53 UTC (1,856 KB)
References & Citations
export BibTeX citation
Loading...
Bibliographic and Citation Tools
Bibliographic Explorer (What is the Explorer?)
Connected Papers (What is Connected Papers?)
Litmaps (What is Litmaps?)
scite Smart Citations (What are Smart Citations?)
Code, Data and Media Associated with this Article
alphaXiv (What is alphaXiv?)
CatalyzeX Code Finder for Papers (What is CatalyzeX?)
DagsHub (What is DagsHub?)
Gotit.pub (What is GotitPub?)
Hugging Face (What is Huggingface?)
Papers with Code (What is Papers with Code?)
ScienceCast (What is ScienceCast?)
Demos
Recommenders and Search Tools
Influence Flower (What are Influence Flowers?)
CORE Recommender (What is CORE?)
arXivLabs: experimental projects with community collaborators
arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website.
Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them.
Have an idea for a project that will add value for arXiv's community? Learn more about arXivLabs.