I understand that hdfs stores its files as blocks on datanodes, and each block is actually stored as a file in the local filesystem of each datanode.
So I would like to know if there is a way to get the actual filename in the local filesystem for an hdfs block, given that hdfs filename.
thanks.