有没有办法找出一个目录对原始hdfs空间的消耗。据我所知 hdfs dfs -du -s /dir 显示 /dir 大小不考虑内部文件的复制。
hdfs dfs -du -s /dir
/dir
nxowjjhe1#
运行命令 hadoop fsck /dir 并查找参数 Average block replication . 将此数字乘以 hdfs dfs -du -s /dir .
hadoop fsck /dir
Average block replication
1条答案
按热度按时间nxowjjhe1#
运行命令
hadoop fsck /dir
并查找参数Average block replication
. 将此数字乘以hdfs dfs -du -s /dir
.