ASAP: Fast, Approximate Graph Pattern Mining at Scale.

Anand Padmanabha Iyer,Zaoxing Liu,Xin Jin,Shivaram Venkataraman,Vladimir Braverman,Ion Stoica
DOI: https://doi.org/10.5555/3291168.3291224
2018-01-01
Abstract:While there has been a tremendous interest in processing data that has an underlying graph structure, existing distributed graph processing systems take several minutes or even hours to mine simple patterns on graphs. This paper presents ASAP, a fast, approximate computation engine for graph pattern mining. ASAP leverages state-of-the-art results in graph approximation theory, and extends it to general graph patterns in distributed settings. To enable the users to navigate the tradeoff between the result accuracy and latency, we propose a novel approach to build the Error-Latency Profile (ELP) for a given computation. We have implemented ASAP on a general-purpose distributed dataflow platform and evaluated it extensively on several graph patterns. Our experimental results show that ASAP outperforms existing exact pattern mining solutions by up to 77x. Further, ASAP can scale to graphs with billions of edges without the need for large clusters.d
What problem does this paper attempt to address?