An Experimental Evaluation of Performance of A Hadoop Cluster on Replica Management
Muralikrishnan Ramane, Sharmila Krishnamoorthy, Sasikala Gowtham

TL;DR
This paper evaluates Hadoop cluster performance focusing on replica management, demonstrating that rack awareness and adaptive replication improve data availability and reduce task times, with trade-offs at larger data volumes.
Contribution
It introduces an adaptive data replication scheme based on access prediction and evaluates its impact on Hadoop performance in a rack-aware setup.
Findings
Rack-aware clustering reduces task completion time.
Adaptive replication improves data availability.
Performance declines at larger data volumes due to update costs.
Abstract
Hadoop is an open source implementation of the MapReduce Framework in the realm of distributed processing. A Hadoop cluster is a unique type of computational cluster designed for storing and analyzing large data sets across cluster of workstations. To handle massive scale data, Hadoop exploits the Hadoop Distributed File System termed as HDFS. The HDFS similar to most distributed file systems share a familiar problem on data sharing and availability among compute nodes, often which leads to decrease in performance. This paper is an experimental evaluation of Hadoop's computing performance which is made by designing a rack aware cluster that utilizes the Hadoop's default block placement policy to improve data availability. Additionally, an adaptive data replication scheme that relies on access count prediction using Langrange's interpolation is adapted to fit the scenario. To prove,…
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 · Distributed and Parallel Computing Systems · Advanced Data Storage Technologies
