I have come across several terms while getting familiar to HDFS. Few of the terms are like: namespace
, metadata
, transaction logs
, fsimage
, editlogs
.
Sometimes it appears that all these terms describe same thing, which is "having some information", but i am not clear on this.
In general metadata
means data about data so would metadata
refer to all these terms or all these terms have different purpose in context of Hadoop HDFS?