A Memory-Aware Spark Cache Replacement Strategy
Abstract
Spark is currently the most widely used distributed computing framework, and its key data abstraction concept, Resilient Distributed Dataset (RDD), brings significant performance improvements in big data computing. In application scenarios, Spark jobs often need to replace RDDs due to insufficient memory. Spark uses the Least Recently Used (LRU) algorithm by default as the cache replacement strategy. This algorithm only considers the most recent use time of RDDs as the replacement basis. This characteristic may cause the RDDs that need to be reused to be evicted when performing cache replacement, resulting in a decrease in Spark performance. In response to the above problems, this paper proposes a memory-aware Spark cache replacement strategy, which comprehensively considers the cluster memory usage, RDD size, RDD dependencies, usage times and other information when performing cache replacement and selects the RDDs to be evicted. Furthermore, this paper designs extensive corresponding experiments to test and analyze the performance of the memory-aware Spark cache replacement strategy. The experimental data show that the proposed strategy can improve the performance by up to 13% compared with the LRU algorithm in different scenarios.
Keywords
Big data, Spark, Cache replacement, Memory resource utilization
Citation Format:
Jingyu Zhang, Ruihan Zhang, Osama Alfarraj, Amr Tolba, Gwang-Jun Kim, "A Memory-Aware Spark Cache Replacement Strategy," Journal of Internet Technology, vol. 23, no. 6 , pp. 1185-1190, Nov. 2022.
Jingyu Zhang, Ruihan Zhang, Osama Alfarraj, Amr Tolba, Gwang-Jun Kim, "A Memory-Aware Spark Cache Replacement Strategy," Journal of Internet Technology, vol. 23, no. 6 , pp. 1185-1190, Nov. 2022.
Full Text:
PDFRefbacks
- There are currently no refbacks.
Published by Executive Committee, Taiwan Academic Network, Ministry of Education, Taipei, Taiwan, R.O.C
JIT Editorial Office, Office of Library and Information Services, National Dong Hwa University
No. 1, Sec. 2, Da Hsueh Rd., Shoufeng, Hualien 974301, Taiwan, R.O.C.
Tel: +886-3-931-7314 E-mail: jit.editorial@gmail.com