|
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
| Volume 170 - Issue 1 |
| Published: Jul 2017 |
| Authors: Vinay Katoch, Sanjay Silakari, Uday Chourasia |
10.5120/ijca2017914668
|
Vinay Katoch, Sanjay Silakari, Uday Chourasia . GPU based Suffix Array Pattern Matching Approach for Big Data. International Journal of Computer Applications. 170, 1 (Jul 2017), 35-39. DOI=10.5120/ijca2017914668
@article{ 10.5120/ijca2017914668,
author = { Vinay Katoch,Sanjay Silakari,Uday Chourasia },
title = { GPU based Suffix Array Pattern Matching Approach for Big Data },
journal = { International Journal of Computer Applications },
year = { 2017 },
volume = { 170 },
number = { 1 },
pages = { 35-39 },
doi = { 10.5120/ijca2017914668 },
publisher = { Foundation of Computer Science (FCS), NY, USA }
}
%0 Journal Article
%D 2017
%A Vinay Katoch
%A Sanjay Silakari
%A Uday Chourasia
%T GPU based Suffix Array Pattern Matching Approach for Big Data%T
%J International Journal of Computer Applications
%V 170
%N 1
%P 35-39
%R 10.5120/ijca2017914668
%I Foundation of Computer Science (FCS), NY, USA
Big data has been an emerging problem these days. To solve this problem Hadoop has evolved as a most widely used tool and adopted by various popular MNCs like Facebook and Yahoo. To search large number of pattern in big data is a challenging task. Map/Reduce is used to write codes to perform pattern matching on big data. In this work OpenCL is combined with Apache Hadoop to write fast Map/Reduce for pattern matching in data using suffix arrays.