运行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
相关推荐
@小红花1 小时前
从零到精通 Hadoop 的系统学习文档
大数据·hadoop·学习
BD_Marathon4 小时前
java.io.FileNotFoundException: File does not exist: hdfs://master:9000/sparklog
大数据·hadoop·hdfs
sunxunyong5 小时前
flink/spark/hive 使用paimon
hive·flink·spark
howard20056 小时前
5.4 Hive删除数据实战
hive·删除数据
无级程序员6 小时前
datasophon安装hive3.1.3手记
大数据·hive
Q264336502313 小时前
【有源码】spark与hadoop-情感挖掘+画像建模的携程酒店评价数据分析可视化系统-基于机器学习的携程酒店评价情感分析与竞争态势可视化
大数据·hadoop·python·机器学习·数据分析·spark·毕业设计
howard20051 天前
5.1 Hive加载数据实战
hive·数据加载
智海观潮1 天前
Hive经典面试题之连续登录、行转列和列转行
数据仓库·hive·hadoop
一只小青团1 天前
Hadoop之javaAPI写HDFS的shell命令
大数据·hadoop·分布式
泰克教育官方账号1 天前
泰涨知识 | 10分钟快速入门Hive之基本操作篇
数据仓库·hive·hadoop