Table of Contents

HDFS - Blockreport

About

A blockreport is a list of all HDFS data blocks that correspond to each of the local files, and sends this report to the NameNode.

Each datanode create and send this report to the namenode:

A Blockreport contains the list of data blocks that a DataNode is hosting. Each block has a specified minimum number of replicas.

Management

Trigger a block report

with HDFS - DFSAdmin, see the options -triggerBlockReport [-incremental]

''