hdfs dfs -count到底提供了什么信息。它在输出中显示3列。这3列表示什么
**
hdfs dfs -count <path>
**5 3603 2099476898 <path>**
**
最佳答案
具有-count的输出列是:DIR_COUNT,FILE_COUNT,CONTENT_SIZE,PATHNAME
see details here - count
hdfs dfs -count到底提供了什么信息。它在输出中显示3列。这3列表示什么
**
hdfs dfs -count <path>
**5 3603 2099476898 <path>**
最佳答案
具有-count的输出列是:DIR_COUNT,FILE_COUNT,CONTENT_SIZE,PATHNAME
see details here - count