InterviewSolution
Saved Bookmarks
| 1. |
A key of type ___________ is generated which is used later to join ngrams with their heads and tails in the reducer phase.(a) GramKey(b) Primary(c) Secondary(d) None of the mentioned |
|
Answer» The correct answer is (a) GramKey To explain I would say: The GramKey is a composite key made up of a string n-gram fragment as the primary key and a secondary key used for grouping and sorting in the reduce phase. |
|