InterviewSolution
Saved Bookmarks
| 1. |
Kafka uses __________ so you need to first start a ZooKeeper server if you don’t already have one.(a) Impala(b) ActiveMQ(c) BigTop(d) ZookeeperI had been asked this question during an interview for a job.My question is taken from Kafka with Hadoop in chapter Oozie, Orchestration, Hadoop Libraries and Utilities and Miscellaneous Hadoop Applications of Hadoop |
|
Answer» RIGHT choice is (d) ZOOKEEPER To ELABORATE: You can use the CONVENIENCE script packaged with Kafka to get a quick-and-dirty single-node ZooKeeper instance. |
|