nerdexam
Cloudera

CCA-500 · Question #88

Your running a hadoop cluster with a name node on the host mynamenode. What are two ways you can determine available HDFS space in your cluster?

The correct answer is C. Run hadoop dfsadmin -report and locate the DFS remaming value. See the full explanation below for the reasoning.

Question

Your running a hadoop cluster with a name node on the host mynamenode. What are two ways you can determine available HDFS space in your cluster?

Options

  • ARun hadoop fs -du / and locate the dfs remaining value
  • CRun hadoop dfsadmin -report and locate the DFS remaming value
  • DRun hadoop DFSAdmin -spaceQuota and subtract DFS used % from configured capacity

How the community answered

(42 responses)
  • A
    17% (7)
  • C
    76% (32)
  • D
    7% (3)

Community Discussion

No community discussion yet for this question.

Full CCA-500 Practice