hive 双分区外部表 复合数据结构处理 json list map互相嵌套
json
适用于现代 C++ 的 JSON。
项目地址:https://gitcode.com/gh_mirrors/js/json
免费下载资源
·
api="TopicHeatTrend"
hadoop dfs -mkdir /jzytest/hive${api}/
hive -e 'create external table if not exists jzy'$api'json
(
distribute map<string,map<string,int>>,
heatTrend array<struct<channel:string,heat:int,list:array<struct<heat:int,time:string>>>>,
topData map<string,array<struct<list:array<map<string,string>>,source:string>>>
)
partitioned by (topic_id string,dt string)
row format serde "org.apache.hive.hcatalog.data.JsonSerDe"
LOCATION "hdfs:///jzytest/hive'$api'/";'
原数据格式:
结果:
总结:
1.list对应array,map对应map,json对应struct
2.使用struct时要注意key对应
参考:https://blog.csdn.net/jzy3711/article/details/84246075
https://blog.csdn.net/jzy3711/article/details/84257589
GitHub 加速计划 / js / json
41.72 K
6.61 K
下载
适用于现代 C++ 的 JSON。
最近提交(Master分支:1 个月前 )
960b763e
4 个月前
8c391e04
7 个月前
更多推荐
已为社区贡献2条内容
所有评论(0)