CPLDP: an efficient large dataset processing system built on cloud platform

  • Authors:
  • Zhiyong Zhong;Mark Li;Jin Chang;Le Zhou;Joshua Zhexue Huang;Shengzhong Feng

  • Affiliations:
  • Shenzhen Institutes of Advanced Technology, Shenzhen, China;Shenzhen Institutes of Advanced Technology, Shenzhen, China;Shenzhen Institutes of Advanced Technology, Shenzhen, China;Shenzhen Institutes of Advanced Technology, Shenzhen, China;Shenzhen Institutes of Advanced Technology, Shenzhen, China;Shenzhen Institutes of Advanced Technology, Shenzhen, China

  • Venue:
  • ADMA'10 Proceedings of the 6th international conference on Advanced data mining and applications - Volume Part II
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

Data intensive applications are widely existed, such as massive data mining, search engine and high-throughput computing in bioinformatics, etc. Data processing becomes a bottleneck as the scale keeps bombing. However, the cost of processing the large scale dataset increases dramatically in traditional relational database, because traditional technology inclines to adopt high performance computer. The boost of cloud computing brings a new solution for data processing due to the characteristics of easy scalability, robustness, large scale storage and high performance. It provides a cost effective platform to implement distributed parallel data processing algorithms. In this paper, we proposed CPLDP (Cloud based Parallel Large Data Processing System), which is an innovative MapReduce based parallel data processing system developed to satisfy the urgent requirements of large data processing. In CPLDP system, we proposed a new method called operation dependency analysis to model data processing workflow and furthermore, reorder and combine some operations when it is possible. Such optimization reduces intermediate file read and write. The performance test proves that the optimization of processing workflow can reduce the time and intermediate results.