Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

How to disable PERFLOG in hiveserver2

avatar
Rising Star

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

avatar
Super Guru

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

avatar
Super Guru

add these lines to hive-log4j.properties

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