What does a split do?



What does a split do?..

Answer / Sauravh Kumar

A split in MapReduce is a division of a single data input into multiple chunks (partitions) that are processed independently during the map phase.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MapReduce Interview Questions

What is the Hadoop MapReduce API contract for a key and value Class?

1 Answers  


Compare RDBMS with Hadoop MapReduce.

1 Answers  


Compare Pig vs Hive vs Hadoop MapReduce?

1 Answers  


Explain what is distributed cache in mapreduce framework?

1 Answers  


What is a scarce system resource?

1 Answers  


Describe what happens to a mapreduce job from submission to output?

1 Answers  


What is the Job interface in MapReduce framework?

1 Answers  


What is map/reduce job in hadoop?

1 Answers  


Where is the output of Mapper written in Hadoop?

1 Answers  


Is it possible to search for files using wildcards?

1 Answers  


What is a IdentityMapper and IdentityReducer in MapReduce ?

1 Answers  


What is the difference between HDFS block and input split?

1 Answers  


Categories