Support Questions

Find answers, ask questions, and share your expertise

Hiveserver2 started but not listening 10000

avatar
New Contributor

hiveserver2 is working on ubuntu but not on RHEL7(Redhat)
Checked port with lsof -f:10000 and beeline -u jdbc:hive2://localhost:10000

in redhat, It is just giving me 

WARN
JNDI lookup class
is not available because this JRE does not support
JNDI.
JNDI string lookups will not be available, continuing configuration.
Ignoring java.lang.ClassNotFoundException: org.apache.logging.log4j.core.lookup.JndiLookup

checked log4j2.properties and it is printing to console. I dont see any other log. 

3 REPLIES 3

avatar
Community Manager

@yusufu Welcome to the Cloudera Community!

To help you get the best possible solution, I have tagged our Hive experts @cravani @mszurap  who may be able to assist you further.

Please keep us updated on your post, and we hope you find a satisfactory solution to your query.


Regards,

Diana Torres,
Community Moderator


Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Learn more about the Cloudera Community:

avatar
Super Collaborator

@yusufu  If nothing in /var/log/hive, can you check if you have log file inside /tmp/hive or /tmp/hive/hive? This would be helpful to debug the issue further.

avatar
New Contributor

@cravani I have none of /var/log/hive, /tmp/hive or /tmp/hive/hive

do you think some log files has more info than console