Hi all, I wonder wy there is a difference between "du" on HDFS and "get" + "du" on my local machnine.
Here is an example: hadoop fs -du myfile.txt > 81355258 hadoop fs -get myfile.txt . du myfile.txt > 34919 --- nevertheless --- hadoop fs -cat myfile.txt | wc -l > 4789943 cat myfile.txt | wc -l > 4789943 Any idea? Thanks. Chris
