Hive Learning (5) hive logs

Source: Internet
Author: User
Logs record the process of running the program and are a powerful tool for finding problems.

There are two types of logs in hive:
1. the system log records the hive running status and error status.
2. The job log records the historical execution process of jobs in hive.

Where are system logs stored?
The storage of hive logs is recorded in the hive/CONF/hive-log4j.properties file,
Default storage:

Hive. Root. Logger = warn, drfa
Hive. log. dir =/tmp/$ {user. name} # default storage location
Hive. log. File = hive. log # default file name

Where are job logs stored?

// Location of hive run time structured Log File
Hivehistoryfileloc ("hive. querylog. Location", "/tmp/" + system. getproperty ("user. Name ")),

Stored in the directory/tmp/{user. name} by default.


Hive Learning (5) hive logs

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.