hive
文章平均质量分 71
kejiaming
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
hive多表关联
多表join使用说明select * from (select userId from table_a where dt=20160731) a join (select userId from table_b where dt=20160731) b on a.userId=b.userId join (select userId from table_c where dt=201原创 2016-08-01 13:37:01 · 47755 阅读 · 0 评论 -
hive仓库远程链接:Peer indicated failure: Unsupported mechanism type PLAIN (state=08S01,code=0)
目的:利用beeline进行远程操作hive仓库遇到问题:利用beeline进行访问hive仓库报错Peer indicated failure: Unsupported mechanism type PLAIN (state=08S01,code=0)错误原因:beeline链接语句问题,因为使用kerbrized 认证,所以需要查看hive-site.xml中的配置,进原创 2016-11-01 14:13:47 · 37925 阅读 · 1 评论
分享