Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Incompatible change, Reviewed
-
The output format of hadoop fs -du has been changed. It shows not only the file size but also the raw disk usage including the replication factor.
Description
Currently FsShell report HDFS usage with "hadoop fs -dus <path>" command. Since replication level is per file level, it would be nice to add raw disk usage including the replication factor (maybe "hadoop fs -dus -raw <path>"?). This will allow to assess resource usage more accurately. – Alex K
Attachments
Attachments
Issue Links
- duplicates
-
HADOOP-8497 Shell needs a way to list amount of physical consumed space in a directory
- Resolved
- relates to
-
MESOS-4283 Accept 3-field version of HDFS du output
- Resolved
-
HADOOP-11666 Revert the format change of du output introduced by HADOOP-6857
- Closed