DocumentCode
186925
Title
TS-Hadoop: Handling access skew in MapReduce by using tiered storage infrastructure
Author
Wang, Zhanye ; Li, Jing ; Xu, Tao ; Gu, Yu ; Wang, Dongsheng
Author_Institution
Tsinghua University, Beijing, China
fYear
2014
fDate
22-24 Oct. 2014
Firstpage
911
Lastpage
916
Abstract
Over the last few years, MapReduce systems has become popular for processing large-scale data sets and are increasingly being used in web indexing, data mining, and machine learning. Unlike simple application scenarios such as word count, many applications of MapReduce exhibit strong skewed access patterns in real production environment, the data access is non-uniform, often only a small portion of data are accessed far more frequently than others. Clearly, handling these hot data efficiently is quite critical to the overall performance of the MapReduce computation. In this paper, we present TS-Hadoop, a MapReduce system based on Apache Hadoop. The most significant feature of TS-Hadoop is that it utilizes tiered storage infrastructure, besides HDFS, TS-Hadoop also has a shared-disk cluster called HCache, it can be guaranteed that the data in HCache could be processed in highly parallel way. TS-Hadoop automatically distinguish hot and cold data based on current workload, and move them into HCache and HDFS respectively, the hot data in HCache could would be processed efficiently. Experiments show that the average execution time of MapReduce jobs in TS-Hadoop is much faster than traditional Hadoop platform when facing access skew workloads.
Keywords
Computer architecture; File systems; Parallel processing; Production; Prototypes; Scalability; Servers; Access skew; MapReduce; Tiered Storage;
fLanguage
English
Publisher
ieee
Conference_Titel
Information and Communication Technology Convergence (ICTC), 2014 International Conference on
Conference_Location
Busan, South Korea
Type
conf
DOI
10.1109/ICTC.2014.6983331
Filename
6983331
Link To Document