• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

Computer Engineering & Science

Previous Articles     Next Articles

Integrated I/O hardware compression accelerators of Hadoop system architecture   

LEI Li1,QIAN Binhai1,GUO Jun1,GU Xiongli2,LIU Peng1   

  1. (1.College of Information Science & Electronic Engineering,Zhejiang University,Hangzhou 310027;
    2.Huawei Technologies Co.,Ltd.,Hangzhou  310051,China)
  • Received:2016-04-20 Revised:2016-06-15 Online:2016-08-25 Published:2016-08-25

Abstract:

With the development of  big data, Hadoop systems become an important tool, but I/O operations impede their performance improvement  in practical applications. Hadoop usually decreases its’ I/O operations by using software to compress data. However, data compression by software is slower than hardware accelerators. When Hadoop runs on Java virtual machines, it cannot directly call I/O hardware accelerators. To avoid getting data from the Hadoop system and transferring the data to I/O hardware accelerators, a compressor and decompressor class of Hadoop and a C++ dynamic linking library are employed in the Hadoop system. Experimental results show that both techniques can integrate I/O hardware accelerators into the Hadoop system frame work, the efficiency of I/O hardware compressor is 15.9Byte/s/Hz, and the performance of the Hadoop system can be improved by two times.

Key words: Hadoop, I/O, hardware compression accelerator