一、目的
在Hive的with嵌套语句时,HQL报错Line 2:5 Ambiguous table alias 't2'
二、报错详情
org.apache.hadoop.hive.ql.parse.SemanticException: Line 2:5 Ambiguous table alias 't2'
三、原SQL语句
with a2 as( with t2 as( select get_json_object(event_json,'$.id') id, get_json_object(event_json,'$.deviceNo') device_no, get_json_object(event_json,'$.createTime') create_time, get_json_object(event_json,'$.objList') obj_list from hurys_dc_ods.ods_event) select get_json_object(list_json,'$.id') id, t2.device_no, create_time, get_json_object(list_json,'$.eventType') event_type, ''lane_no, ''speed, get_json_object(list_json,'$.posX') pos_x, get_json_object(list_json,'$.posY') pos_y, ''brand,''source_image, ''source_num, ''source_type, ''source_url, ''direction_radar, ''congestion_grade,''target_count, ''lane_no_original, ''event_type_detail, get_json_object(list_json,'$.targetLen') target_len, ''queue_len,''queue_count,'' pos_head,''pos_tail, date(t2.create_time) day from t2 lateral view explode(split(regexp_replace(regexp_replace(obj_list, '\[|\]','') , '\}\,\{','\}\;\{'), '\;') )list_obj as list_json where t2.obj_list is not null group by t2.device_no, get_json_object(list_json,'$.id'), create_time, get_json_object(list_json,'$.eventType'), get_json_object(list_json,'$.posX'), get_json_object(list_json,'$.posY'), get_json_object(list_json,'$.targetLen')) select a2.id, device_no, create_time, event_type, lane_no, speed, pos_x, pos_y, brand, source_image, source_num, source_type, source_url, direction_radar, congestion_grade, target_count, lane_no_original, event_type_detail, target_len, queue_len, queue_count, pos_head, pos_tail, day from a2 ;
四、报错原因
看报错提示,Ambiguous table alias 't2',似乎是with嵌套子语句命名t2报错,但是我试了很多其他命名,都报类似的错误,如果大家知道原因的话还望告知,谢谢!
五、解决方式
既然不能使用with嵌套子语句,那就换种方式。
(一)with语句等同与另一种SQL方式
1、原有SQL方式
> select w.word,count(1) num from
> (select explode(split(line,"\\s")) word from wordcount) w
> group by w.word order by num desc;
2、with语句
> with
> t1 as (select explode(split(line,"\\s")) word from wordcount)
> select t1.word,count(1) num from t1 group by word order by num desc;
(二)新的SQL如下
with a2 as ( select get_json_object(list_json,'$.id') id, t2.device_no, create_time, get_json_object(list_json,'$.eventType') event_type, ''lane_no, ''speed, get_json_object(list_json,'$.posX') pos_x, get_json_object(list_json,'$.posY') pos_y, ''brand,''source_image, ''source_num, ''source_type, ''source_url, ''direction_radar, ''congestion_grade,''target_count, ''lane_no_original, ''event_type_detail, get_json_object(list_json,'$.targetLen') target_len, ''queue_len,''queue_count,'' pos_head,''pos_tail, date(t2.create_time) day from ( select get_json_object(event_json,'$.id') id, get_json_object(event_json,'$.deviceNo') device_no, get_json_object(event_json,'$.createTime') create_time, get_json_object(event_json,'$.objList') obj_list from hurys_dc_ods.ods_event) as t2 lateral view explode(split(regexp_replace(regexp_replace(obj_list, '\[|\]','') , '\}\,\{','\}\;\{'), '\;') )list_obj as list_json where t2.obj_list is not null group by t2.device_no, get_json_object(list_json,'$.id'), create_time, get_json_object(list_json,'$.eventType'), get_json_object(list_json,'$.posX'), get_json_object(list_json,'$.posY'), get_json_object(list_json,'$.targetLen')) select a2.id, device_no, create_time, event_type, lane_no, speed, pos_x, pos_y, brand, source_image, source_num, source_type, source_url, direction_radar, congestion_grade, target_count, lane_no_original, event_type_detail, target_len, queue_len, queue_count, pos_head, pos_tail, day from a2;
六、检查新的SQL运行效果
执行成功!
虽然还是不清楚之前SQL报错的原因,但是换种方式能运行就行。
对于之前SQL报错的原因,如果大家知道的话还请告诉我,谢谢!
org.apache.hadoop.hive.ql.parse.SemanticException: Line 2:5 Ambiguous table alias 't2'
猜你喜欢
- 10天前(大理悦云雅阁酒店电话)雅阁酒店集团|端午佳节礼遇,大理悦云雅阁度假酒店
- 10天前(2020海丝之路文化博览会)2023海丝之路文化和旅游博览会开幕
- 10天前(安徽民宿发展报告)首届安徽省乡村民宿创意设计大赛启动
- 10天前(杭州西湖区万怡酒店正式开业了吗)杭州西湖区万怡酒店正式开业
- 10天前(临沂 凯悦)临沂第一家凯悦嘉轩酒店开幕迎宾
- 10天前(安徽民航君澜大饭店装饰设计招标)集东方文化气息,品徽派隽美风韵----安徽民航君澜大饭店静待绽放
- 10天前(2025年“文化和自然遗产日”广东主会场活动举办)2025年“文化和自然遗产日”广东主会场活动举办
- 10天前(云南南博会展馆)旅居云南馆亮相第9届南博会
- 10天前(马尔代夫华尔道夫酒店多少钱)Chef Zhao就任马尔代夫伊挞富士岛华尔道夫酒店Li Long中餐厅新主厨
- 10天前(武隆旅游门票)炸了!519中国旅游日武隆甩出王炸福利,59.9元通玩6大景点?!
网友评论
- 搜索
- 最新文章
- (2020广州车展哈弗)你的猛龙 独一无二 哈弗猛龙广州车展闪耀登场
- (哈弗新能源suv2019款)智能科技颠覆出行体验 哈弗重塑新能源越野SUV价值认知
- (2021款全新哈弗h5自动四驱报价)新哈弗H5再赴保障之旅,无惧冰雪护航哈弗全民电四驱挑战赛
- (海南航空现况怎样)用一场直播找到市场扩张新渠道,海南航空做对了什么?
- (visa jcb 日本)优惠面面俱到 JCB信用卡邀您畅玩日本冰雪季
- (第三届“堡里有年味·回村过大年”民俗花灯会活动)第三届“堡里有年味·回村过大年”民俗花灯会活动
- (展示非遗魅力 长安启源助力铜梁龙舞出征)展示非遗魅力 长安启源助力铜梁龙舞出征
- (阿斯塔纳航空公司)阿斯塔纳航空机队飞机数量增至50架
- (北京香港航班动态查询)香港快运航空北京大兴新航线今日首航
- (我在港航“呵护”飞机 每一次安全着陆就是最好的荣誉)我在港航“呵护”飞机 每一次安全着陆就是最好的荣誉
- 热门文章