InterviewSolution
Saved Bookmarks
| 1. |
What is a NameNode? |
|
Answer» The HDFS system is BUILT on the foundation of NameNode. It keeps track of where the DATA file is KEPT by STORING the DIRECTORY tree of the files in a single file system. |
|