adspace
What is the meaning of the term "non-DFS used" in Hadoop web-console?
Answer Posted / Surendra Kumar Das
The term 'non-DFS used' in the Hadoop web-console refers to any resources (such as files or directories) that are being used by a MapReduce job but are not part of the HDFS file system. This could include local files on the task nodes, which are sometimes used to optimize processing when necessary.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers