課程
/云計算&大數據
/大數據
/走近大數據之Hive進階
insert into 怎么就不支持了?我試了可以用呀?
2017-11-12
源自:走近大數據之Hive進階 1-1
正在回答
insert into 是在0.14 版本以后才支持的,這個視頻有點舊了。而且insert into 只支持簡單的數值,string插入,不支持復雜的數據結構(map,array,struct).
舉報
Hive數據操作,查詢及Hive編程接口,開發Hive的自定義函數
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2017-11-13
insert into 是在0.14 版本以后才支持的,這個視頻有點舊了。而且insert into 只支持簡單的數值,string插入,不支持復雜的數據結構(map,array,struct).