FAILED: NoMatchingMethodException No matching method for class org.apache.hadoop.hive.ql.udf.UDFToString with (struct


FAILED: NoMatchingMethodException No matching method for class org.apache.hadoop.hive.ql.udf.UDFToString with (struct<hashtags:array ,symbols:array ,urls:array<struct<display_url:string,expanded_url:string,indices:array ,url:string>>,user_mentions:array >). Possible choices: FUNC(bigint) FUNC(binary) FUNC(boolean) FUNC(date) FUNC(decimal(38,18)) FUNC(double) FUNC(float) FUNC(int) FUNC(smallint) FUNC(string) FUNC(timestamp) FUNC(tinyint) FUNC(void)

hive報錯

原因是自己 select的時候直接a.*
改為a.xx,a.yy,a.zz
hive中不支持
https://stackoverflow.com/questions/42005373/how-do-i-insert-overwrite-with-a-struct-in-hive

其他:
https://ixyzero.com/blog/archives/4245.html


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM