InterviewSolution
Saved Bookmarks
| 1. |
___________ 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 |
|
Answer» 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. |
|