InterviewSolution
Saved Bookmarks
| 1. |
What is the Replication factor? |
|
Answer» The replication factor is the number of times the Hadoop FRAMEWORK replicates each Data BLOCK. Fault tolerance is provided by replicating the block. The replication factor is SET to 3 by default, however, it can be modified to 2 (less than 3) or raised to meet your NEEDS (more than 3.) |
|