Hadoop-Oriented SVM-LRU (H-SVM-LRU): An Intelligent Cache Replacement Algorithm to Improve MapReduce Performance
Rana Ghazali, Sahar Adabi, Ali Rezaee, Douglas G.Down, Ali Movaghar

TL;DR
This paper introduces H-SVM-LRU, an intelligent cache replacement algorithm that combines LRU with SVM to enhance Hadoop performance by increasing cache efficiency and reducing execution time.
Contribution
It presents a novel cache replacement method integrating machine learning with traditional algorithms to optimize Hadoop's cache management.
Findings
Significant decrease in execution time.
Increased cache hit ratio.
Improved overall Hadoop performance.
Abstract
Modern applications can generate a large amount of data from different sources with high velocity, a combination that is difficult to store and process via traditional tools. Hadoop is one framework that is used for the parallel processing of a large amount of data in a distributed environment, however, various challenges can lead to poor performance. Two particular issues that can limit performance are the high access time for I/O operations and the recomputation of intermediate data. The combination of these two issues can result in resource wastage. In recent years, there have been attempts to overcome these problems by using caching mechanisms. Due to cache space limitations, it is crucial to use this space efficiently and avoid cache pollution (the cache contains data that is not used in the future). We propose Hadoop-oriented SVM-LRU (HSVM- LRU) to improve Hadoop performance. For…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCloud Computing and Resource Management · Caching and Content Delivery · Advanced Data Storage Technologies
