InterviewSolution
Saved Bookmarks
| 1. |
Hadoop achieves reliability by replicating the data across multiple hosts and hence does not require ________ storage on hosts.(a) RAID(b) Standard RAID levels(c) ZFS(d) Operating systemThe question was asked in homework.My enquiry is from History of Hadoop topic in portion Basics of Hadoop of Hadoop |
|
Answer» CORRECT answer is (a) RAID To ELABORATE: With the default replication value, 3, data is stored on three nodes: two on the same rack, and ONE on a DIFFERENT rack. |
|