MapReduce Cloud Computing Question:
Download Job Interview Questions and Answers PDF
Can you please explain in MapReduce what is a scarce system resource?
Answer:
A scarce resource is one which is available in limited quantities for the system. In mapreduce the network band-with is a scarce resource. It is conserved by making use of local disks and memory in cluster to store data during tasks. The function uses the location of the input files into account and aims to schedule a task on a system which has the input files.
Download Cloud Computing - MapReduce Interview Questions And Answers
PDF
Previous Question | Next Question |
How does fault tolerance work in mapreduce? | What are the various input and output types supported by MapReduce? |