InterviewSolution
Saved Bookmarks
| 1. |
Which of the following command runs the HDFS secondary namenode?(a) secondary namenode(b) secondarynamenode(c) secondary_namenode(d) none of the mentionedThis question was posed to me in homework.The origin of the question is HDFS Administration topic in portion Administering Hadoop of Hadoop |
|
Answer» RIGHT option is (b) secondarynamenode The explanation: The secondary NameNode MERGES the fsimage and the edits log files periodically and KEEPS edits log SIZE within a limit. |
|