What is the difference between HDFS block and input split?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More MapReduce Interview Questions

What are the primary phases of a Reducer?

0 Answers  


Can we rename the output file?

0 Answers  


Which are the methods in the mapper interface?

0 Answers  


If reducers do not start before all mappers finish then why does the progress on mapreduce job shows something like map(50%) reduce(10%)? Why reducers progress percentage is displayed when mapper is not finished yet?

0 Answers  


Is there any point of learning mapreduce, then?

0 Answers  






Why comparison of types is important for MapReduce?

0 Answers  


How to handle record boundaries in Text files or Sequence files in MapReduce InputSplits?

0 Answers  


When should you use sequencefileinputformat?

0 Answers  


Explain what does the conf.setmapper class do?

0 Answers  


Explain the sequence of execution of all the components of MapReduce like a map, reduce, recordReader, split, combiner, partitioner, sort, shuffle.

0 Answers  


How do reducers communicate with each other?

0 Answers  


What is partitioner and its usage?

0 Answers  


Categories