Tell me how mapreduce works?
Submitted by: AdministratorThe processing can occur on data which are in a file system (unstructured ) or in a database ( structured ). The mapreduce framework primarily works on two steps:
1. Map step
2. Reduce step
Map step: During this step the master node accepts an input (problem) and splits it into smaller problems. Now the node distributes the small sub problems to the worker node so that they can solve the problem.
Reduce step: Once the sub problem is solved by the worker node, the node returns a solution to the master node which accepts all the solutions of the worker node and re-compiles them into a solution. This solution is for the input that was provided to the master node.
Submitted by: Administrator
1. Map step
2. Reduce step
Map step: During this step the master node accepts an input (problem) and splits it into smaller problems. Now the node distributes the small sub problems to the worker node so that they can solve the problem.
Reduce step: Once the sub problem is solved by the worker node, the node returns a solution to the master node which accepts all the solutions of the worker node and re-compiles them into a solution. This solution is for the input that was provided to the master node.
Submitted by: Administrator
Read Online MapReduce Cloud Computing Job Interview Questions And Answers
Top MapReduce Cloud Computing Questions
| ☺ | Explain the purpose of the Partition function in mapreduce framework? |
| ☺ | What is combiners? |
| ☺ | Can you explain what you understand by speculative execution? |
| ☺ | When do reducers play their role in a mapreduce task? |
| ☺ | Tell me what is an input reader in reference to mapreduce? |
Top Cloud Computing Categories
| ☺ | Basic Cloud Computing Interview Questions. |
| ☺ | Amazon Cloud Computing Interview Questions. |
| ☺ | Cloud Computing Interview Questions. |
| ☺ | Cloud Computing Architecture Interview Questions. |
| ☺ | Ubuntu Cloud Interview Questions. |
