import complex Json data to hive

前端 未结 2 1942
死守一世寂寞
死守一世寂寞 2021-01-27 00:41

A little spoon feeding required, how to import complex json into hive. Json file in the format of:{\"some-headers\":\"\", \"dump\":[{\"item-id\":\"item-1\"},{\"item-id\":\

2条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-27 01:31

    You can import JSON into Hive by implementing the HiveSerDe.

    This link serves as a sample implementation.

    https://github.com/rcongiu/Hive-JSON-Serde

    You can also refer to these links

    How do you make a HIVE table out of JSON data?

提交回复
热议问题