https://github.com/rcongiu/Hive-JSON-Serde 把对应的json-serde-1.3.8-jar-with-dependencies.jar包拷贝到hive/lib目录下和 spark/jars/目录下
在建表语句中使用
row format serde ‘org.openx.data.jsonserde.JsonSerDe’
相关文章:
https://github.com/rcongiu/Hive-JSON-Serde 把对应的json-serde-1.3.8-jar-with-dependencies.jar包拷贝到hive/lib目录下和 spark/jars/目录下
在建表语句中使用
row format serde ‘org.openx.data.jsonserde.JsonSerDe’
相关文章: