Distributed Index Mechanism Based on Hadoop.

Qin Liu,Ni Zhang,Xiaowen Yang,Hongming Zhu
DOI: https://doi.org/10.1109/iscit.2014.7011915
2014-01-01
Abstract:Recent years, MapReduce has aroused much attention. However, MapReduce has its own weakness-require an entire block scan as it cannot precisely locate the query result. Currently, there are already some researches that have built index on Hadoop, but some of them could only deal with full-text search, which cannot support dataset with certain schema. There's not yet a general distributed unstructured data index system optimized from MapReduce that could handle multi-schema dataset and support query well no matter with index or without index. So in this paper, we proposed a distributed index mechanism and set up this index mechinism on MapReduce which can reduce its query time and map task number in some context. Moreover, this distributed index mechanism could support multi-schema dataset, has a good scalability and is customizable. From our experiment, we find our distributed index mechanism could save up to 30% query time, and 90% map task number in some context compared to the query performance of original MapReduce framework, and the advantage grows as the dataset expands.
What problem does this paper attempt to address?