Baran: An Effective MapReduce-Based Solution to Solve Big Data Problems

Baran: An Effective MapReduce-Based Solution to Solve Big Data Problems

Mohammadhossein Barkhordari, Mahdi Niamanesh, Parastoo Bakhshmandi
DOI: 10.4018/978-1-5225-7214-5.ch007
OnDemand:
(Individual Chapters)
Available
$37.50
No Current Special Offers
TOTAL SAVINGS: $37.50

Abstract

The MapReduce method is widely used for big data solutions. This method solves big data problems on distributed hardware platforms. However, MapReduce architectures are inefficient. Data locality, network congestion, and low hardware performance are the main issues. In this chapter, the authors introduce a method that solves these problems. Baran is a method that, if an algorithm can satisfy its conditions, can dramatically improve performance and solve the data locality problem and consequences such as network congestion and low hardware performance. The authors apply this method to previous works on data warehouse, graph, and data mining problems. The results show that applying Baran to an algorithm can solve it on the MapReduce architecture properly.
Chapter Preview
Top

1. Introduction

According to data volume growth in information systems, social networks and sensors, it is necessary to design and implement systems that can manage this huge amount of data and be capable to analyze them. Huge data may have other specification too. Velocity can be another property. If data do not process in a specific time, it will not have any value. For example, patient data that are generated by different devices must be processed in pre-determined time. The third property can be variety and it shows that data contain different types like multimedia, text, string, stream etc. The data processing system must be able to manage these types of data. If data has all or some of above features, it is called “Big data”. To solve big data problems, usually traditional algorithms cannot be used. Big data problems are usually solved on the distributed platforms. Distributed platforms have their own problems. One of the main problems is data locality problem. Data locality problem is not existence of the required data on the processor node. Data locality problem causes processor nodes use network to achieve the required data and using network causes following problems:

  • Not proper use of node hardware because of node wait to receive data

  • Network congestion

  • Join received data from other nodes with node local data

  • Save intermediate results for iterative problems.

One the most important methods that big data problems are solved by is MapReduce. MapReduce is a programming method that is executed on large hardware clusters (Dean et al., 2008). MapReduce also have above problems and so it is not appropriate for problems like data warehouse, graph and data mining.

In this chapter, some conditions are proposed that if it is possible to apply them on MapReduce problems they can be solved properly. These conditions are called Baran conditions. The proposed conditions are used for different types of problems and the results shows that the proposed conditions solve problems with lower execution time. The solved problems are in different fields like graph, data mining and data warehouse.

The structure of this chapter is as follows. In section 2, related works are discussed. In section 3, Baran conditions are illustrated. The proposed conditions are then evaluated in different fields in comparison with prevalent methods of each field. The final section is the conclusion.

Top

In this section related works bout MapReduce optimization, big data tools are investigated

Complete Chapter List

Search this Book:
Reset