What Do I Do If the Kafka Topic Monitoring Tab Is Not Displayed on Manager?
Question:
What Do I Do If the Kafka Topic Monitoring Tab Is Not Displayed on Manager?
Answer:
- Log in to the Master nodes of the cluster and switch to user omm.
- Go to the /opt/Bigdata/apache-tomcat-7.0.78/webapps/web/WEB-INF/lib/components/Kafka/ directory.
cd /opt/Bigdata/apache-tomcat-7.0.78/webapps/web/WEB-INF/lib/components/Kafka/
- Copy the ZooKeeper package to the directory.
cp /opt/share/zookeeper-3.5.1-mrs-2.0/zookeeper-3.5.1-mrs-2.0.jar ./
- Restart Tomcat.
sh /opt/Bigdata/apache-tomcat-7.0.78/bin/shutdown.sh
sh /opt/Bigdata/apache-tomcat-7.0.78/bin/startup.sh
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.