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

Authors

  • R Murugesh Department of Computer science and engineering, Pondicherry engineering college, Pondicherry, India
  • I Meenatchi Department of Computer science and engineering, Pondicherry University, Pondicherry, India

Keywords:

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

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. ......

References

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

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.

Http://En.Wikipedia.Org/Wiki/Mapreduce

Http://en.wikipedia.org/wiki/Apache_Hadoop

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.

Downloads

Published

2014-08-30

How to Cite

[1]
R. Murugesh and I. Meenatchi, “A Study Using PI on: Sorting Structured Big Data In Distributed Environment Using Apache Hadoop MapReduce”, Int. J. Comp. Sci. Eng., vol. 2, no. 8, pp. 35–38, Aug. 2014.

Issue

Section

Research Article