Cloudera
CCA-410 · Question #59
What is the smallest number of slave nodes you would need to configure in your hadoop cluster to store 100TB of data, using Hadoop default replication values, on nodes with 10TB of RAW disk space…
The correct answer is D. 40. Default replication value is 3. The minimum number of nodes needed are: 100 x 3 /10 = 30 The closest answer is here D (40).
Deployment
Question
What is the smallest number of slave nodes you would need to configure in your hadoop cluster to store 100TB of data, using Hadoop default replication values, on nodes with 10TB of RAW disk space per node?
Options
- A100
- B25
- C10
- D40
- E75
How the community answered
(23 responses)- A4% (1)
- B4% (1)
- C13% (3)
- D78% (18)
Explanation
Default replication value is 3. The minimum number of nodes needed are: 100 x 3 /10 = 30 The closest answer is here D (40).
Topics
#HDFS replication#cluster sizing#storage planning#capacity
Community Discussion
No community discussion yet for this question.