I want to know what the two outputs of hadoop fs -du
means. It's not clear on the documentation:
In [16]: subprocess.call(["hadoop", "fs", "-du","-
h","/project/crm/warehouse/"])
Output:
5.9 G 17.8 G /project/crm/warehouse/n98770_patron_1
What's the real size of the path? 5.9 GB or 17.8?
Thank you