InterviewSolution
Saved Bookmarks
| 1. |
_________ method clears all keys from the configuration.(a) clear(b) addResource(c) getClass(d) none of the mentionedThis question was posed to me during an interview.Question is taken from Hadoop Configuration topic in section Working of MapReduce of Hadoop |
|
Answer» RIGHT CHOICE is (a) clear For explanation I would say: GETCLASS is used to get the value of the name property as a CLASS. |
|