Title
IncApprox: A Data Analytics System for Incremental Approximate Computing.
Abstract
Incremental and approximate computations are increasingly being adopted for data analytics to achieve low-latency execution and efficient utilization of computing resources. Incremental computation updates the output incrementally instead of re-computing everything from scratch for successive runs of a job with input changes. Approximate computation returns an approximate output for a job instead of the exact output. Both paradigms rely on computing over a subset of data items instead of computing over the entire dataset, but they differ in their means for skipping parts of the computation. Incremental computing relies on the memoization of intermediate results of sub-computations, and reusing these memoized results across jobs. Approximate computing relies on representative sampling of the entire dataset to compute over a subset of data items. In this paper, we observe that these two paradigms are complementary, and can be married together! Our idea is quite simple: design a sampling algorithm that biases the sample selection to the memoized data items from previous runs. To realize this idea, we designed an online stratified sampling algorithm that uses self-adjusting computation to produce an incrementally updated approximate output with bounded error. We implemented our algorithm in a data analytics system called IncApprox based on Apache Spark Streaming. Our evaluation using micro-benchmarks and real-world case-studies shows that IncApprox achieves the benefits of both incremental and approximate computing.
Year
DOI
Venue
2016
10.1145/2872427.2883026
WWW
Field
DocType
Citations 
Data mining,Spark (mathematics),Data analysis,Computer science,Theoretical computer science,Artificial intelligence,Computation,Reuse,Stratified sampling,Sampling (statistics),Stream processing,Memoization,Machine learning
Conference
20
PageRank 
References 
Authors
1.09
39
5
Name
Order
Citations
PageRank
Dhanya R. Krishnan1201.09
Le Quoc, D.2558.21
Pramod Bhatotia341428.94
Christof Fetzer42429172.89
Rodrigo Rodrigues5104953.56