InterviewSolution
Saved Bookmarks
| 1. |
__________ is the node responsible for all reads and writes for the given partition.(a) replicas(b) leader(c) follower(d) isrI had been asked this question in an internship interview.Asked question is from Kafka with Hadoop topic in portion Oozie, Orchestration, Hadoop Libraries and Utilities and Miscellaneous Hadoop Applications of Hadoop |
|
Answer» CORRECT option is (B) leader To ELABORATE: Each NODE will be the leader for a randomly selected portion of the partitions. |
|