InterviewSolution
Saved Bookmarks
| 1. |
When a block is warm, some of its replicas are stored in DISK and the remaining replicas are stored in _________(a) ROM_DISK(b) ARCHIVE(c) RAM_DISK(d) All of the mentionedThis question was posed to me in my homework.This question is from MapReduce Job topic in portion Working of MapReduce of Hadoop |
|
Answer» CORRECT ANSWER is (B) ARCHIVE Easiest explanation: WARM storage POLICY is partially hot and partially cold. |
|