InterviewSolution
Saved Bookmarks
| 1. |
___________ gives site-specific configuration for a given hadoop installation.(a) core-default.xml(b) core-site.xml(c) coredefault.xml(d) all of the mentionedI had been asked this question in class test.Question is taken from Hadoop Configuration topic in portion Working of MapReduce of Hadoop |
|
Answer» CORRECT choice is (b) core-site.xml Easiest EXPLANATION: core-default.xml is read-only DEFAULTS for HADOOP. |
|