Hive中處理json數據

1 概述 Hive中提供了兩種針對json數據格式解析的函數,即get_json_object()與json_tuple() 2 示例json hivemsg={ "name": "Tom", "server": "abc.com" } get_json_object函數 示例: select get_json_object('${hivemsg}','$.server') from test
相關文章
相關標籤/搜索