Presentation is loading. Please wait.

Presentation is loading. Please wait.

Performance Considerations of Data Acquisition in Hadoop System

Similar presentations


Presentation on theme: "Performance Considerations of Data Acquisition in Hadoop System"— Presentation transcript:

1 Performance Considerations of Data Acquisition in Hadoop System
Baodong Jia, Tomasz WiktorWlodarczyk, Chunming Rong Department of Electrical Engineering and Computer Science University of Stavanger Namrata Patil

2 Contents….. Factors Influencing Performance Comparison Introduction
Sub projects of Hadoop Two solutions for data acquisition Workflow of Chukwa system Primary components Setup for Performance Analysis Factors Influencing Performance Comparison Conclusion Department of computer science & Engg

3 Introduction Oil and Gas Industry Drilling done from service companies
Department of computer science & Engg

4 Continued… Advantages Drilling status
Companies collect drilling data by placing sensors on drilling bits and platforms and make it available on their servers. Advantages Drilling status Operators can get useful information on the historical data Problems Vast amounts of data are accumulated Infeasible or very time consuming to perform reasoning over it Solution Investigate application of MapReduce system Hadoop Department of computer science & Engg

5 Sub projects of hadoop 1. Hadoop Common 2. Chukwa 3. Hbase 4. HDFS
HDFS - Distributed File System stores application data in a replicated way high throughput Chukwa - An open source data collection system designed for monitoring large distributed system. Department of computer science & Engg

6 Two solutions for data acquisition..
Solution 1 Acquiring data from data sources, and then copying the data file to HDFS Solution 2 Chukwa based Solution Department of computer science & Engg

7 Solution 1 Hadoop runs MapReduce jobs on the cluster
Stores the results on HDFS Steps Prepare the required data set for the job Copy it to HDFS Submit the job to hadoop Store the result in a directory specified by user on HDFS. Get the result out of HDFS Department of computer science & Engg

8 Pros & Cons… Pros… Works efficiently for small number of files with large file size Cons… Takes a lot of extra time for large number of files with small file size Does not support appending file content Department of computer science & Engg

9 Solution 2 Overcome the problem of extra time generated by copying large file to HDFS Exists on top of Hadoop Chukwa feeds the organized data into cluster Uses temporary file to store the data collected from different agents. Department of computer science & Engg

10 Department of computer science & Engg
Chukwa Open source data collection system built on top of Hadoop. Inherits scalability and robustness Provides flexible and powerful toolkit to display, monitor, and analyze results Department of computer science & Engg

11 Workflow of Chukwa system
Department of computer science & Engg

12 Primary components….. Agents - run on each machine and emit data.
Collectors - receive data from the agent and write it to stable storage. MapReduce jobs - parsing and archiving the data. HICC - Hadoop Infrastructure Care Center a web-portal style interface for displaying data. Department of computer science & Engg

13 Continued… Agents Collecting data through their adaptors.
Adaptors - small dynamically-controllable modules that run inside the agent process Several adaptors Agents run on every node of hadoop cluster Data from different hosts may generate different data. Department of computer science & Engg

14 Collectors Gather the data through HTTP
Receives data from up to several hundred agents Writes all this data to a single hadoop sequence file called sink file close their sink files, rename them to mark them available for processing, and resume writing a new file. Advantages Reduce the number of HDFS files generated by Chukwa Hide the details of the HDFS file system in use, such as its Hadoop version, from the adaptors Department of computer science & Engg

15 MapReduce processing Aim organizing and processing incoming data
MapReduce jobs Archiving  - take chunks from their input, and output new sequence files of chunks, ordered and grouped Demux - take chunks as input and parse them to produce ChukwaRecords ( key – value pair) Department of computer science & Engg

16 HICC - Hadoop Infrastructure Care Center
Web interface for displaying data Fetches the data from MySQL database Easier to monitor data Department of computer science & Engg

17 Setup for Performance Analysis
Hadoop cluster that consists of 15 unix hosts that existed at the unix lab of UIS One tagged with name node and the others are used as data nodes. Data stored at data nodes in replicated way Department of computer science & Engg

18 Factors Influencing Performance Comparison
Quality of the Data Acquired in Different Ways Time Used for Data Acquisition for Small Data Size Data Copying to HDFS for Big Data Size. Department of computer science & Engg

19 Quality of the Data Acquired in Different Ways
Sink file size = 1Gb Chukwa agent check the file content every 2 seconds The Size of Data Acquired by Time Department of computer science & Engg

20 Time Used for Data Acquisition for Small Data Size
Time used to acquire data from servers Put acquired data into HDFS Actual Time Used for Acquisition in a Certain Time Department of computer science & Engg

21 Data Copying to HDFS for Big Data Size.
Slope of line is bigger when replica number is bigger Time Used to Copy Data Set to HDFS With Diferent Replica Number Department of computer science & Engg

22 Critical Value of Generating Time Differences
Corresponding size of data file for generating time difference of data acquisition Size of Data set Time Used 20M 2s 30M 3s 40M 50M 8s Time used for copying according to the size of data set with replica number of 2 Department of computer science & Engg

23 Continued… Size of Data set Time Used 10M 2s 15M 20M 8s 30M 10s 40M
Time used for copying according to the size of data set with replica number of 3 Department of computer science & Engg

24 Conclusion….. Chukwa was demonstrated to work more efficiently for big data size, while for small data size there was no difference between the solutions Department of computer science & Engg

25 Thanks.. Department of computer science & Engg


Download ppt "Performance Considerations of Data Acquisition in Hadoop System"

Similar presentations


Ads by Google