InterviewSolution
Saved Bookmarks
| 1. |
Point out the correct statement.(a) The HDFS architecture is compatible with data rebalancing schemes(b) Datablocks support storing a copy of data at a particular instant of time(c) HDFS currently support snapshots(d) None of the mentioned |
|
Answer» Right choice is (a) The HDFS architecture is compatible with data rebalancing schemes The explanation: A scheme might automatically move data from one DataNode to another if the free space on a DataNode falls below a certain threshold. |
|