配置Hive日志

路径:$hive_home/conf下修改hive-log4j2.properties文件

[root@hadoop001 conf]# vim hive-log4j2.properties

# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements.  See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership.  The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License.  You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

status = INFO
name = HiveLog4j2
packages = org.apache.hadoop.hive.ql.log

# list of properties
property.hive.log.level = INFO
property.hive.root.logger = DRFA
property.hive.log.dir = /opt/module/apache-hive-3.1.2-bin/Logs
property.hive.log.file = hive.log
property.hive.perflogger.log.level = INFO

# list of all appenders
appenders = console, DRFA

# console appender
appender.console.type = Console
appender.console.name = console
appender.console.target = SYSTEM_ERR
appender.console.layout.type = PatternLayout

查看生成的日志

[root@hadoop001 Logs]# ll
total 552
-rw-r--r-- 1 root root 377097 Apr  4 17:14 hive.log
-rw-r--r-- 1 root root 183475 Mar 28 22:12 hive.log.2022-03-28

HiveServer2界面中查看
image.png
image.png

posted @ 2022-04-05 22:12  冬之蜜  阅读(224)  评论(0编辑  收藏  举报