运行hive的beelin2时候going to print operations logs printed operations logs

运行hive的beelin2时候going to print operations logs
printed operations logs

检查HiveServer2的配置文件hive-site.xml,确保以下属性被正确设置:

复制代码
<property>
    <name>hive.async.log.enabled</name>
    <value>false</value>
</property>

确保HiveServer2的配置中设置了以下属性:

复制代码
hive.server2.logging.operation.enabled=true
hive.server2.logging.operation.log.location=/var/log/hive/operation_logs
hive.server2.logging.operation.verbose=undefined
hive.server2.logging.operation.level=execution

如果您使用的是Hive 0.14及更高版本,还可以尝试设置以下属性:

复制代码
hive.server2.logging.operation.verbose=true
相关推荐
nvd1115 小时前
折腾 Niri WM:手搓一个完美的多显示器下拉终端 (Drop-down Terminal)
数据仓库
QQ129584550415 小时前
FERP50 - Excel以存储过程方式访问数据仓库
数据仓库·spark·excel
It's Q15 小时前
Hive序列函数&&排名函数
数据仓库·hive·hadoop
Irene199115 小时前
外部表(EXTERNAL_TABLE)Hive 借用数据,删表不删数据
hive·内部表·外部表
WL_Aurora1 天前
Hadoop HA高可用架构深度解析
大数据·hadoop·架构
Irene19912 天前
Windows 11 WSL Ubuntu 环境:实际安装 Hive 踩坑实录
hive·windows·ubuntu
Irene19912 天前
Windows 11 WSL Ubuntu 环境:实际安装 Hadoop 踩坑实录
linux·hadoop·ubuntu
Irene19912 天前
(课堂笔记)Hive 分区、分桶与数据倾斜
hive·hadoop
Irene19913 天前
在 WSL Ubuntu 上安装和使用 Hive
linux·hive·ubuntu
二宝哥3 天前
大数据之安装Hadoop3.1.4
大数据·hadoop