Where HDFS stores files locally by default?

前端 未结 5 1692
一整个雨季
一整个雨季 2020-12-05 13:09

I am running hadoop with default configuration with one-node cluster, and would like to find where HDFS stores files locally.

Any ideas?

Thanks.

5条回答
  •  北海茫月
    2020-12-05 13:28

    For hadoop 3.0.0, the hdfs root path is as given by the property "dfs.datanode.data.dir"

提交回复
热议问题