所谓Hive的严格模式,就是为了避免用户提交一些恶意SQL,消耗大量资源进而使得运行环境崩溃做出的一些安全性的限制。
而执行过程中,可以通过关闭Hive严格模式,方便执行HQL.
set hive.strict.checks.orderby.no.limit=false; set hive.mapred.mode=nostrict; set hive.strict.checks.no.partition.filter=false; set hive.strict.checks.cartesian.product=false; 标签:set,false,hive,严格,模式,Hive From: https://www.cnblogs.com/angelawu0220/p/17183020.html