I want to see the size of the file stored in my HDFS. I executed hadoop fs -du -h and got the following output:
![image](https://lh6.googleusercontent.com/v4ss-OkMrginHimtERTt2NjKVuZFUowByQjlTOA-liwAKvgaGdHELSGVrGuUhsAoEQtNG4ogJ_mrc7Ghq0RgLpvIU6liJNTIEGQRzNyPQ--m9sXKn_FkDUI0NBwT664EAn3BgnxJ)
In linux du is for getting the size of file, but here I am getting 2 value. Can anyone help me in understanding what these 2 values indicate?