- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
how to find hadoop services day to day performance ? how to find failure service(hive,pig,oozie) of last day if any service down?
Created ‎03-13-2017 05:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
