InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) HDFS is designed to support small files only(b) Any update to either the FsImage or EditLog causes each of the FsImages and EditLogs to get updated synchronously(c) NameNode can be configured to support maintaining multiple copies of the FsImage and EditLog(d) None of the mentioned |
|
Answer» Right option is (a) HDFS is designed to support small files only For explanation: HDFS is designed to support very large files. |
|