
hive
夹锌饼干
这个作者很懒,什么都没留下…
展开
-
hive shell 使用过程中一直报警告 Establishing SSL connection without server‘s identity verification is not reco
详细警告: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with exi.转载 2022-04-29 14:45:00 · 2189 阅读 · 0 评论 -
hive学习 cannot recognize input near ‘user‘ ‘.‘ ‘user_id‘ in selection target 表的别名不对
今天执行hql时,遇到问题。一直报错说不能识别user.user_id,估计是user别名用得不对。后来我修改了 表的别名为没出现的 表名就执行成功了hive (hive)> select user.user_id,user.date_dt,user.low_carbon > from > user_low_carbon user > join > (select原创 2021-10-17 14:57:39 · 7069 阅读 · 0 评论