What exactly Non DFS Used means?

前端 未结 5 849
庸人自扰
庸人自扰 2020-12-13 06:56

This is what I saw on Web UI recently

 Configured Capacity     :   232.5 GB
 DFS Used    :   112.44 GB
 Non DFS Used    :   119.46 GB
 DFS Remaining   :   61         


        
5条回答
  •  Happy的楠姐
    2020-12-13 07:42

    Non DFS used is any data in the filesystem of the data node(s) that isn't in dfs.data.dirs. This would include log files, mapreduce shuffle output and local copies of data files (if you put them on a data node). Use du or a similar tool to see whats taking up the space in your filesystem.

提交回复
热议问题