InterviewSolution
Saved Bookmarks
| 1. |
Which of the following class provides a subset of features provided by the Unix/GNU Sort?(a) KeyFieldBased(b) KeyFieldComparator(c) KeyFieldBasedComparator(d) All of the mentioned |
|
Answer» Correct choice is (c) KeyFieldBasedComparator To explain I would say: Hadoop has a library class, KeyFieldBasedComparator, that is useful for many applications. |
|