InterviewSolution
Saved Bookmarks
| 1. |
_________ is useful for iterating the properties when all deprecated properties for currently set properties need to be present.(a) addResource(b) setDeprecatedProperties(c) addDefaultResource(d) none of the mentionedThis question was addressed to me in an interview for job.This is a very interesting question from Hadoop Configuration topic in division Working of MapReduce of Hadoop |
|
Answer» CORRECT option is (B) SETDEPRECATEDPROPERTIES The explanation is: setDeprecatedProperties sets all deprecated properties that are not currently set but have a CORRESPONDING new property that is set. |
|