InterviewSolution
Saved Bookmarks
| 1. |
HDFS and NoSQL file systems focus almost exclusively on adding nodes to ____________(a) Scale out(b) Scale up(c) Both Scale out and up(d) None of the mentionedThe question was posed to me in class test.I would like to ask this question from Scaling out in Hadoop in chapter Mapreduce of Hadoop |
|
Answer» CORRECT CHOICE is (a) Scale out The BEST explanation: HDFS and NoSQL FILE systems focus almost exclusively on adding nodes to INCREASE performance (scale-out) but even they require node configuration with elements of scale up. |
|