InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) Replication Factor can be configured at a cluster level (Default is set to 3) and also at a file level(b) Block Report from each DataNode contains a list of all the blocks that are stored on that DataNode(c) User data is stored on the local file system of DataNodes(d) DataNode is aware of the files to which the blocks stored on it belong to |
|
Answer» Right choice is (d) DataNode is aware of the files to which the blocks stored on it belong to For explanation I would say: NameNode is aware of the files to which the blocks stored on it belong to. |
|