如何使用hdfs命令识别特定目录模式所消耗的磁盘空间,而不列出该目录下的所有文件?
如何hdfs dfs -du -h
命令与其他命令有效地组合在一起,以获取特定目录模式所消耗的磁盘空间?
例如:hdfs dfs -du -h /data/timestamp=201901*
的示例应该给我提供该模式在2019年1月使用的磁盘空间?
hdfs dfs -du -h /data/timestamp=201901*
Configured Capacity: 12827080276992 (1 TB)
Present Capacity: 12729266364289 (0.5 TB)
DFS Remaining: 1671299095456 (0.5 TB)
DFS Used: 11057967268833 (10.06 TB)
DFS Used%: 46.07%
Under replicated blocks: 56
Blocks with corrupt replicas: 0
Missing blocks: 0
Missing blocks (with replication factor 1): 0