hive count distinct多个字段

解决办法

set hive.groupby.skewindata=false;

即可查询

 hive>select count(distinct id, name) from test; 

默认是false
由于大部分时候会设置成true来减少数据倾斜现象.

    原文作者:大大盒子
    原文地址: https://blog.csdn.net/weixin_45744450/article/details/110949349
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞