___________ takes node and rack locality into account when deciding which blocks to place in the same split.
(a) CombineFileOutputFormat
(b) CombineFileInputFormat
(c) TextFileInputFormat
(d) None of the mentioned
(a) CombineFileOutputFormat
(b) CombineFileInputFormat
(c) TextFileInputFormat
(d) None of the mentioned
Right answer is (b) CombineFileInputFormat
The explanation is: CombineFileInputFormat does not compromise the speed at which it can process the input in a typical MapReduce job.