Hive严格模式

https://blog.csdn.net/lzm1340458776/article/details/43233639

 

永久设置严格模式

.hiverc
#在命令行中显示当前数据库名
set hive.cli.print.current.db=true; 
#查询出来的结果显示列的名称
#set hive.cli.print.header=true;
#设置hive执行的严格模式
set hive.mapred.mode=strict;

 

posted @ 2020-01-09 18:50  骑者赶路  阅读(202)  评论(0编辑  收藏  举报