I ran the following command on my test hadoop instance :
hadoop fs -du /test/data/
51179082 153537246 /test/data/9875/2016/02/03
46949272 140847816 /test/data/9875/2016/02/04
I understand du
gives the size of files and directories, but for hadoop fs -du
it is giving two sizes. Can some one help me understand what are these?