
上QQ阅读APP看书,第一时间看更新
Data management layer
This layer is responsible for keeping track of where the data is stored for a given file or path (in terms of servers, offsets, and so on). Since this is just a bookkeeping layer, it's very important that the contents of this layer are protected with high reliability and durability. Any corruption of the data in this layer will cause the entire data files to be lost forever.
In Hadoop terminology, this is also called NameNode.