InterviewSolution
Saved Bookmarks
| 1. |
An input _________ is a chunk of the input that is processed by a single map.(a) textformat(b) split(c) datanode(d) all of the mentioned |
|
Answer» The correct option is (b) split For explanation: Each split is divided into records, and the map processes each record—a key-value pair—in turn. |
|