You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Alexander Pivovarov <ap...@gmail.com> on 2015/04/24 01:35:09 UTC

jsonpath UDF HIVE-9864

Hi Everyone

I implemented jsonpath UDF because existing get_json_object supports only
limited json path syntax.

Quite often people store json in string column in hive table.
e.g.
Mongo migration
Oracle GoldenGate data
Rest API responses from devices
application logs in json
etc.

I think jsonpath UDF has great business value because it provides full json
path support to query the data

Can you put your comments on the ticket?
https://issues.apache.org/jira/browse/HIVE-9864


Thank you
Alex