Community Articles

Find and share helpful community-sourced technical articles.
Announcements
Now Live: Explore expert insights and technical deep dives on the new Cloudera Community BlogsRead the Announcement
Labels (1)
avatar
New Member

We had kerberised the HDP cluster and storm UI was not opening and we need to troubleshoot StormUI issue.

To put DEBUG on for STormUI follow this steps:

--------------------------------------------------------------

In Ambari - Storm - Config - STORM UI Server section

add below :

ui.childopts(original)= -Xmx768m_JAAS_PLACEHOLDER

ui.childopts = -Xmx768m_JAAS_PLACEHOLDER -Dsun.security.krb5.debug=true

we wanted to troubleshoot zookeeper as well

To put DEBUG on for Zookeeper follow this steps:

------------------------------------------------------------------

In Amabri - Zookeeeper - Advanced Zookeeper-log4j

add below:

#log4j.rootLogger=INFO,CONSOLE ***Comment this line

log4j.rootLogger=DEBUG,CONSOLE,ROLLINGFILE ***uncomment this line

The log file will be generated by default to /home/zookeeper/zookeeper.log if below property is set as default.

log4j.appender.ROLLINGFILE.File=zookeeper.log

708 Views
0 Kudos
Version history
Last update:
‎06-23-2017 01:17 PM
Updated by:
Contributors