Created 03-13-2017 05:22 PM
Hi , I am using HDP 2.4, last day i notice that hive service down and after some time its up and running.how to find hive service failure/down logs?
Created 03-13-2017 10:19 PM
You can find logs in /var/log/hive unless you changed the directory, or you can also use Ambari Log Search if you enabled it.
Created 03-13-2017 10:19 PM
You can find logs in /var/log/hive unless you changed the directory, or you can also use Ambari Log Search if you enabled it.
Created 03-14-2017 04:48 AM
Thanks @Artem Ervits ,
/var/log/hive having large log file, so how we can search and find failure services time-stamp .is there any keyword or error text should use here using "grep"?
Created 03-14-2017 01:29 PM
if you use the log search utility, it automatically parses logs for you by severity level, if you intend to do it manually, you can search for an ERROR code.