InterviewSolution
Saved Bookmarks
| 1. |
When a _______ is triggered the client receives a packet saying that the znode has changed.(a) event(b) watch(c) row(d) valueThe question was posed to me during an interview.My question is based upon Introduction to Zookeeper in portion ZooKeeper, Sqoop and Cassandra of Hadoop |
|
Answer» CORRECT option is (B) watch The best I can explain: ZooKeeper supports the concept of watches. Clients can set a watch on a ZNODES. |
|