Hadoop中负载均衡算法的性能评估

Surbhi, Oshin, Mahesh Chandra Bhatt
{"title":"Hadoop中负载均衡算法的性能评估","authors":"Surbhi, Oshin, Mahesh Chandra Bhatt","doi":"10.1109/ICCMC.2018.8487916","DOIUrl":null,"url":null,"abstract":"Hadoop is a popular model used in shared-nothing clusters for data-intensive parallel computing. The MapReduce-algorithm is a model that operates on distributed, parallel systems. Hadoop has different implementation of this MapReduce-algorithm. Some of the implementations during execution produce an imbalance of work on the cluster. The performance of MapReduce mainly depends on data distribution which is one of the main issues as the load is not balanced among nodes. FIFO job scheduler that serves the jobs in their submission order is used by MapReduce to balance the load but unfortunately it is inefficient in real world cases as it missed many important factors that impact the performance such as heterogeneity factor and data skewness, so Load balancing is important to make all resources utilized evenly and more efficiently. Load balancing is an approach of improving the system’s performance by redistributing the load among nodes.The main goal of this work is to execute various load balancing algorithms in hadoop framework. In this dissertation various load balancing algorithms such as Randomized Hydrodynamic Load Balancing, Cogset Load Balance, Block-based Load Balancing for Entity Resolution, Ant colony Optimization, Shortest Path are simulated and comparisons being made on the basis of various parameters like delay time, response time, throughput, turnaround time and threshold to find the best that solve the data distribution problem.","PeriodicalId":6604,"journal":{"name":"2018 Second International Conference on Computing Methodologies and Communication (ICCMC)","volume":"150 1","pages":"491-496"},"PeriodicalIF":0.0000,"publicationDate":"2018-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"1","resultStr":"{\"title\":\"Performance Evaluation of Load Balancing Algorithms in Hadoop\",\"authors\":\"Surbhi, Oshin, Mahesh Chandra Bhatt\",\"doi\":\"10.1109/ICCMC.2018.8487916\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"Hadoop is a popular model used in shared-nothing clusters for data-intensive parallel computing. The MapReduce-algorithm is a model that operates on distributed, parallel systems. Hadoop has different implementation of this MapReduce-algorithm. Some of the implementations during execution produce an imbalance of work on the cluster. The performance of MapReduce mainly depends on data distribution which is one of the main issues as the load is not balanced among nodes. FIFO job scheduler that serves the jobs in their submission order is used by MapReduce to balance the load but unfortunately it is inefficient in real world cases as it missed many important factors that impact the performance such as heterogeneity factor and data skewness, so Load balancing is important to make all resources utilized evenly and more efficiently. Load balancing is an approach of improving the system’s performance by redistributing the load among nodes.The main goal of this work is to execute various load balancing algorithms in hadoop framework. In this dissertation various load balancing algorithms such as Randomized Hydrodynamic Load Balancing, Cogset Load Balance, Block-based Load Balancing for Entity Resolution, Ant colony Optimization, Shortest Path are simulated and comparisons being made on the basis of various parameters like delay time, response time, throughput, turnaround time and threshold to find the best that solve the data distribution problem.\",\"PeriodicalId\":6604,\"journal\":{\"name\":\"2018 Second International Conference on Computing Methodologies and Communication (ICCMC)\",\"volume\":\"150 1\",\"pages\":\"491-496\"},\"PeriodicalIF\":0.0000,\"publicationDate\":\"2018-02-01\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"1\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"2018 Second International Conference on Computing Methodologies and Communication (ICCMC)\",\"FirstCategoryId\":\"1085\",\"ListUrlMain\":\"https://doi.org/10.1109/ICCMC.2018.8487916\",\"RegionNum\":0,\"RegionCategory\":null,\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"\",\"JCRName\":\"\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"2018 Second International Conference on Computing Methodologies and Communication (ICCMC)","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.1109/ICCMC.2018.8487916","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 1

摘要

Hadoop是一种流行的模型,用于无共享集群,用于数据密集型并行计算。mapreduce算法是一个在分布式并行系统上运行的模型。Hadoop对这种mapreduce算法有不同的实现。执行期间的一些实现会导致集群上的工作不平衡。MapReduce的性能主要依赖于数据分布,这是节点间负载不均衡的主要问题之一。MapReduce使用FIFO作业调度器来平衡负载,但不幸的是,它在现实世界中效率低下,因为它忽略了许多影响性能的重要因素,如异构因素和数据偏度,因此负载平衡对于使所有资源得到均匀和更有效的利用很重要。负载均衡是通过在节点之间重新分配负载来提高系统性能的一种方法。本工作的主要目标是在hadoop框架中执行各种负载均衡算法。本文对随机流体动力负载均衡、Cogset负载均衡、基于块的实体解析负载均衡、蚁群优化、最短路径等多种负载均衡算法进行了仿真,并根据延迟时间、响应时间、吞吐量、周转时间和阈值等参数进行了比较,找到了解决数据分布问题的最佳算法。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
查看原文
分享 分享
微信好友 朋友圈 QQ好友 复制链接
本刊更多论文
Performance Evaluation of Load Balancing Algorithms in Hadoop
Hadoop is a popular model used in shared-nothing clusters for data-intensive parallel computing. The MapReduce-algorithm is a model that operates on distributed, parallel systems. Hadoop has different implementation of this MapReduce-algorithm. Some of the implementations during execution produce an imbalance of work on the cluster. The performance of MapReduce mainly depends on data distribution which is one of the main issues as the load is not balanced among nodes. FIFO job scheduler that serves the jobs in their submission order is used by MapReduce to balance the load but unfortunately it is inefficient in real world cases as it missed many important factors that impact the performance such as heterogeneity factor and data skewness, so Load balancing is important to make all resources utilized evenly and more efficiently. Load balancing is an approach of improving the system’s performance by redistributing the load among nodes.The main goal of this work is to execute various load balancing algorithms in hadoop framework. In this dissertation various load balancing algorithms such as Randomized Hydrodynamic Load Balancing, Cogset Load Balance, Block-based Load Balancing for Entity Resolution, Ant colony Optimization, Shortest Path are simulated and comparisons being made on the basis of various parameters like delay time, response time, throughput, turnaround time and threshold to find the best that solve the data distribution problem.
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
自引率
0.00%
发文量
0
期刊最新文献
Modelling of Audio Effects for Vocal and Music Synthesis in Real Time Deep Learning Framework for Diabetic Retinopathy Diagnosis A Comprehensive Survey on Internet of Things Based Healthcare Services and its Applications Exploring Pain Insensitivity Inducing Gene ZFHX2 by using Deep Convolutional Neural Network Atmospheric Weather Prediction Using various machine learning Techniques: A Survey
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
已复制链接
已复制链接
快去分享给好友吧!
我知道了
×
扫码分享
扫码分享
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1