|
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
| Volume 112 - Issue 16 |
| Published: February 2015 |
| Authors: Pooja Malikwade, S.B.Jadhav |
10.5120/19753-1535
|
Pooja Malikwade, S.B.Jadhav . Boosting the Performance of MapReduce by Better Resource Utilization in Cluster. International Journal of Computer Applications. 112, 16 (February 2015), 29-33. DOI=10.5120/19753-1535
@article{ 10.5120/19753-1535,
author = { Pooja Malikwade,S.B.Jadhav },
title = { Boosting the Performance of MapReduce by Better Resource Utilization in Cluster },
journal = { International Journal of Computer Applications },
year = { 2015 },
volume = { 112 },
number = { 16 },
pages = { 29-33 },
doi = { 10.5120/19753-1535 },
publisher = { Foundation of Computer Science (FCS), NY, USA }
}
%0 Journal Article
%D 2015
%A Pooja Malikwade
%A S.B.Jadhav
%T Boosting the Performance of MapReduce by Better Resource Utilization in Cluster%T
%J International Journal of Computer Applications
%V 112
%N 16
%P 29-33
%R 10.5120/19753-1535
%I Foundation of Computer Science (FCS), NY, USA
MapReduce implementations are being used for processing large data sets. MapReduce performs parallel computations to speed up the job processing. When performing parallel computations the skew that arises due large indivisible records or uneven distribution of data slows down the job execution process and lowers the cluster throughput. We provide a solution, by proposing an automatic system that handles skew which is compatible with MapReduce framework and is transparent to users. The proposed system makes use of idle resources in the cluster for skew handing. Task repartitioning method is implemented for the purpose of skew handling. The output order is maintained even after task repartitioning. The proposed system requires no extra input from the users and imposes minimum overhead in the absence of skew.