Created 01-11-2024 02:09 PM
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.
Created 01-11-2024 02:11 PM
@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,Created on 01-11-2024 02:37 PM - edited 01-11-2024 02:38 PM
@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.
Created 01-12-2024 06:27 AM
@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