Open Access   Article Go Back

A Study Using PI on: Sorting Structured Big Data In Distributed Environment Using Apache Hadoop MapReduce

R. Murugesh1 , I. Meenatchi2

Section:Research Paper, Product Type: Journal Paper
Volume-2 , Issue-8 , Page no. 35-38, Aug-2014

Online published on Aug 31, 2014

Copyright © R. Murugesh, I. Meenatchi . This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

View this paper at   Google Scholar | DPI Digital Library

How to Cite this Paper

  • IEEE Citation
  • MLA Citation
  • APA Citation
  • BibTex Citation
  • RIS Citation

IEEE Style Citation: R. Murugesh, I. Meenatchi, “A Study Using PI on: Sorting Structured Big Data In Distributed Environment Using Apache Hadoop MapReduce,” International Journal of Computer Sciences and Engineering, Vol.2, Issue.8, pp.35-38, 2014.

MLA Style Citation: R. Murugesh, I. Meenatchi "A Study Using PI on: Sorting Structured Big Data In Distributed Environment Using Apache Hadoop MapReduce." International Journal of Computer Sciences and Engineering 2.8 (2014): 35-38.

APA Style Citation: R. Murugesh, I. Meenatchi, (2014). A Study Using PI on: Sorting Structured Big Data In Distributed Environment Using Apache Hadoop MapReduce. International Journal of Computer Sciences and Engineering, 2(8), 35-38.

BibTex Style Citation:
@article{Murugesh_2014,
author = {R. Murugesh, I. Meenatchi},
title = {A Study Using PI on: Sorting Structured Big Data In Distributed Environment Using Apache Hadoop MapReduce},
journal = {International Journal of Computer Sciences and Engineering},
issue_date = {8 2014},
volume = {2},
Issue = {8},
month = {8},
year = {2014},
issn = {2347-2693},
pages = {35-38},
url = {https://www.ijcseonline.org/full_paper_view.php?paper_id=222},
publisher = {IJCSE, Indore, INDIA},
}

RIS Style Citation:
TY - JOUR
UR - https://www.ijcseonline.org/full_paper_view.php?paper_id=222
TI - A Study Using PI on: Sorting Structured Big Data In Distributed Environment Using Apache Hadoop MapReduce
T2 - International Journal of Computer Sciences and Engineering
AU - R. Murugesh, I. Meenatchi
PY - 2014
DA - 2014/08/31
PB - IJCSE, Indore, INDIA
SP - 35-38
IS - 8
VL - 2
SN - 2347-2693
ER -

VIEWS PDF XML
3666 3594 downloads 3568 downloads
  
  
           

Abstract

MapReduce is a programming model and an associated implementation for processing and generating large data sets. Users specify a map function that processes a key/value pair to generate a set of intermediate key/value pairs, and a reduce function that merges all intermediate values associated with the same intermediate key. Many real world tasks are expressible in this model, as shown in the paper. Programs written in this functional style are automatically parallelized and executed on a large cluster of commodity machines. The run-time system takes care of the details of partitioning the input data, scheduling the program`s execution across a set of machines, handling machine failures, and managing the required inter-machine communication. This allows programmers without any experience with parallel and distributed systems to easily utilize the resources of a large distributed system. Our implementation of MapReduce runs on a large cluster of commodity machines and is highly scalable: a typical MapReduce computation processes many terabytes of data on thousands of machines. Programmers find the system easy to use: hundreds of MapReduce programs have been implemented and upwards of one thousand MapReduce jobs are executed on Google`s clusters every day. Due to the exponential growth of information technology, tremendous amount of data is generated. It is important to sort meaningful information from the scattered big data. So Data mining plays a vital role in many of these applications [1]. In order to speed up the mining process we go for parallel and distributed processing. However, sorting distributedly is not an easy task since in distributed environment, irregular and imbalanced computation loads may cause the overall performance to be greatly degraded. Load balance among processors is thus very important to parallel and distributed mining. In this work, a new sorting is proposed using Mapreduce technique over the hadoop framework for distributed processing. A popular free implementation is Apache Hadoop. The Hadoop stack is a data processing platform. It combines elements of databases, data integration tools and parallel coding environments into a new and interesting mix. One advantage Hadoop has over data integration tools is that it�s accessible to a variety of programming languages, which means it can be used for any arbitrary parallel coding, like complex analytics.

Key-Words / Index Term

Big data, Structured Big data, Hadoop, HDFS MapReduce, PI

References

[1] Mahesh Maurya, Sunita Mahajan, " Performance analysis of mapreduce Programs on Hadoop cluster", World Congress on Information and Communication Technologies pp. 506-510, March, 2012.

[2] Jeffrey Dean and Sanjay Ghemawat �mapreduce: Simplified Data Processing On Large Clusters�, Google, Inc., Usenix Association OSDI �04: 6th Symposium on Operating Systems Design and Implementation, 2009.
[3]Http://En.Wikipedia.Org/Wiki/Mapreduce
[4] Http://en.wikipedia.org/wiki/Apache_Hadoop
[5]Aditya B. Patel, Manashvi Birla, Ushma Nair, �Addressing Big Data Problem Using Hadoop and Map Reduce�, 2012 NIRMA University International Conference On Engineering, Nuicone-2012, 06-08december, 2012.