2015
DOI: 10.1007/s10766-015-0395-0
|View full text |Cite
|
Sign up to set email alerts
|

MapReduce Parallel Programming Model: A State-of-the-Art Survey

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
23
0
1

Year Published

2016
2016
2023
2023

Publication Types

Select...
4
4
1

Relationship

0
9

Authors

Journals

citations
Cited by 61 publications
(24 citation statements)
references
References 77 publications
0
23
0
1
Order By: Relevance
“…It does not seem possible to compute inundation heights using MrGeo directly, but conceptually the computations are similar. The primary difference between MrGeo and our method is that MrGeo is based on the MapReduce framework and is locked into discrete iterations (Li, Hu, Li, Wu, & Yang, ). This means that all active tiles are started at once, and no new computations can begin until all existing computations are finished.…”
Section: Discussionmentioning
confidence: 99%
“…It does not seem possible to compute inundation heights using MrGeo directly, but conceptually the computations are similar. The primary difference between MrGeo and our method is that MrGeo is based on the MapReduce framework and is locked into discrete iterations (Li, Hu, Li, Wu, & Yang, ). This means that all active tiles are started at once, and no new computations can begin until all existing computations are finished.…”
Section: Discussionmentioning
confidence: 99%
“…Hadoop is a parallel and distributed processing platform that uses the MapReduce computing paradigm [31,32] to uniformly distribute the computing tasks across data nodes to rapidly process large amounts of data on the Hadoop distributed file system (HDFS) [33]. MapReduce simplifies data processing using two functions, i.e., map and reduce.…”
Section: Related Workmentioning
confidence: 99%
“…The map function separates the data input into key-value pairs. It subsequently uses the computational power of the data nodes to process the key-value pairs and returns a set of intermediate key-value pairs to the reduce function for obtaining the results [32].…”
Section: Related Workmentioning
confidence: 99%
“…The distribution of the large amount of data implies parallel computing since the same computations are performed on each CPU, but with a different dataset. (Li et al, 2015).…”
Section: Mapreduce Parallel Programming Modelmentioning
confidence: 99%