What is the difference between Job and Task in MapReduce?



What is the difference between Job and Task in MapReduce?..

Answer / Ishwar Singh Gwal

A job in MapReduce represents the high-level processing of a user's workflow, consisting of multiple map and reduce tasks. Each task processes data in parallel by splitting it into several input splits, performing the map or reduce operation on each split, and then shuffling and sorting the output. Tasks are executed on worker nodes in response to job requests from the client.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MapReduce Interview Questions

Differentiate Reducer and Combiner in Hadoop MapReduce?

1 Answers  


Why the output of map tasks are stored (spilled ) into local disc and not in hdfs?

1 Answers  


What is the data storage component used by Hadoop?

1 Answers  


In Map Reduce why map write output to Local Disk instead of HDFS?

1 Answers  


What is a Distributed Cache in Hadoop?

1 Answers  


How does Hadoop Classpath plays a vital role in stopping or starting in Hadoop daemons?

1 Answers  


Explain what is “map” and what is "reducer" in hadoop?

1 Answers  


What is map/reduce job in hadoop?

1 Answers  


How to create a custom key and custom value in MapReduce Job?

1 Answers  


Is Mapreduce Required For Impala? Will Impala Continue To Work As Expected If Mapreduce Is Stopped?

1 Answers  


What does a split do?

1 Answers  


Explain slot in Hadoop Map-Reduce v1?

1 Answers  


Categories