InterviewSolution
Saved Bookmarks
| 1. |
InputFormat class calls the ________ function and computes splits for each file and then sends them to the jobtracker.(a) puts(b) gets(c) getSplits(d) all of the mentioned |
|
Answer» Right answer is (c) getSplits Easy explanation: InputFormat uses their storage locations to schedule map tasks to process them on the tasktrackers. |
|