2011 IEEE Third International Conference on Cloud Computing Technology and Science 2011
DOI: 10.1109/cloudcom.2011.17
|View full text |Cite
|
Sign up to set email alerts
|

Scalable and Low-Latency Data Processing with Stream MapReduce

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
32
0

Year Published

2013
2013
2019
2019

Publication Types

Select...
4
4
1

Relationship

1
8

Authors

Journals

citations
Cited by 43 publications
(34 citation statements)
references
References 15 publications
0
32
0
Order By: Relevance
“…In order to improve the processing latency, the mappers are continuously fed with batches of tuples (instead of input files), and they push their results to reducers as soon as they are available. This approach is similar to the one adopted by the StreamMapReduce [43] project, which uses these ideas to implement a fully-fledged event stream processing (ESP) implementation.…”
Section: Online Processingmentioning
confidence: 99%
“…In order to improve the processing latency, the mappers are continuously fed with batches of tuples (instead of input files), and they push their results to reducers as soon as they are available. This approach is similar to the one adopted by the StreamMapReduce [43] project, which uses these ideas to implement a fully-fledged event stream processing (ESP) implementation.…”
Section: Online Processingmentioning
confidence: 99%
“…The prevalence and success of MapReduce has motivated many researchers to work on systems that leverage some of its advantages while at the same time trying to overcome its limitations when applied to low-latency processing. StreamMapReduce [19], M3 [20], and Twitter's Storm [16] are examples of MapReduce-inspired systems aimed at stream processing.…”
Section: Cep In the Cloudmentioning
confidence: 99%
“…However, it has been shown that traditional DBMSs that use a 'storethen-process' model of computation cannot provide the low latency responses needed for real-time stream processing [3]. Moreover, distributed processing frameworks like MapReduce are not well suited to working with this form of underlying data, due to their batch-orientated nature [7] -leading to a lack of responsiveness [6]. Instead, new distributed stream processing platforms have been proposed, e.g.…”
Section: B Big Data and Distributed Stream Processingmentioning
confidence: 99%
“…Indeed, the social Twitter stream generates more than 400 million tweets each day. Other examples of real-time stream processing tasks are stock market trading (approximately 10 billion messages per day in trades) and fraud detection in mobile telephony [6].…”
Section: Introductionmentioning
confidence: 99%