Search code examples
hadoophadoop2hadoop-streaminghadoop-partitioning

Who will update metdata in Name node in Hadoop?


In case of HDFS writes how metadata is being updated in Name node. Once client writes the data to the Data nodes. Either Data nodes or HDFS client will update the metadata in Name node.


Solution

  • The metadata in name node is always updated by the namenode service.