
Research Article
Smart Data Prefetching Using KNN to Improve Hadoop Performance
@ARTICLE{10.4108/eetsis.9110, author={Rana Ghazali and Douglas G. Down}, title={Smart Data Prefetching Using KNN to Improve Hadoop Performance}, journal={EAI Endorsed Transactions on Scalable Information Systems}, volume={12}, number={3}, publisher={EAI}, journal_a={SIS}, year={2025}, month={4}, keywords={Hadoop Performance, Smart prefetch technique, K-Nearest Neighbor Clustering, MapReduce, Machine Learning, Cache Replacement}, doi={10.4108/eetsis.9110} }
- Rana Ghazali
Douglas G. Down
Year: 2025
Smart Data Prefetching Using KNN to Improve Hadoop Performance
SIS
EAI
DOI: 10.4108/eetsis.9110
Abstract
Hadoop is an open-source framework that enables the parallel processing of large data sets across a cluster of machines. It faces several challenges that can lead to poor performance, such as I/O operations, network data transmission, and high data access time. In recent years, researchers have explored prefetching techniques to reduce the data access time as a potential solution to these problems. Nevertheless, several issues must be considered to optimize the prefetching mechanism. These include launching the prefetch at an appropriate time to avoid conflicts with other operations and minimize waiting time, determining the amount of prefetched data to avoid overload and underload, and placing the prefetched data in locations that can be accessed efficiently when required. In this paper, we propose a smart prefetch mechanism that consists of three phases designed to address these issues. First, we enhance the task progress rate to calculate the optimal time for triggering prefetch operations. Next, we utilize K-Nearest Neighbor clustering to identify which data blocks should be prefetched in each round, employing the data locality feature to determine the placement of prefetched data. Our experimental results demonstrate that our proposed smart prefetch mechanism improves job execution time by an average of 28.33% by increasing the rate of local tasks.
Copyright © 2025 R. Ghazali et al., licensed to EAI. This is an open access article distributed under the terms of the CC BY-NC-SA 4.0, which permits copying, redistributing, remixing, transformation, and building upon the material in any medium so long as the original work is properly cited.