Support Questions

Find answers, ask questions, and share your expertise
Announcements
Check out our newest addition to the community, the Cloudera Data Analytics (CDA) group hub.

How to disable PERFLOG in hiveserver2

Contributor

Hi All,

Hiveserver2 is creating huge log files sometime TB size.Perflogger is enabled .Also level of logging in INFO. .

How do i disable Perflog and make logging level to WARN or ERROR

1 ACCEPTED SOLUTION

add these lines to hive-log4j.properties

  • logger.PerfLogger.name = org.apache.hadoop.hive.ql.log.PerfLogger
  • logger.PerfLogger.level = DEBUG

View solution in original post

1 REPLY 1

add these lines to hive-log4j.properties

  • logger.PerfLogger.name = org.apache.hadoop.hive.ql.log.PerfLogger
  • logger.PerfLogger.level = DEBUG
Take a Tour of the Community
Don't have an account?
Your experience may be limited. Sign in to explore more.