2017
DOI: 10.1109/tc.2017.2669964
|View full text |Cite
|
Sign up to set email alerts
|

Cross-Platform Resource Scheduling for Spark and MapReduce on YARN

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
27
0

Year Published

2018
2018
2023
2023

Publication Types

Select...
3
2

Relationship

0
5

Authors

Journals

citations
Cited by 39 publications
(27 citation statements)
references
References 12 publications
0
27
0
Order By: Relevance
“…Figure illustrates the HDFS architecture, in which the coordinator NameNode schedules the processes with the metadata and the processes are assigned to a cluster of DataNodes . All the data are split into several blocks and stored in different DataNodes, and each block in other nodes has several replications . When a program requires access to a file, NameNode coordinates the relevant DataNode to respond and NameNode moves the files stored in the HDFS and simultaneously copies them to the other DataNodes.…”
Section: Related Workmentioning
confidence: 99%
See 4 more Smart Citations
“…Figure illustrates the HDFS architecture, in which the coordinator NameNode schedules the processes with the metadata and the processes are assigned to a cluster of DataNodes . All the data are split into several blocks and stored in different DataNodes, and each block in other nodes has several replications . When a program requires access to a file, NameNode coordinates the relevant DataNode to respond and NameNode moves the files stored in the HDFS and simultaneously copies them to the other DataNodes.…”
Section: Related Workmentioning
confidence: 99%
“…The Hadoop dataset process has two sets of operations: map and reduce; by contrast, the Spark dataset process has several sets of operations, and the transformation and action instructions are summarized in Table . The transformation type operating instructions include map(), filter(), flatMap(), groupByKey(), reduceByKey(), join(), and various types of actions (the operating instructions include count(), collect(), reduce(), and save()).…”
Section: Proposed Approachmentioning
confidence: 99%
See 3 more Smart Citations