News

A SerDe is a better choice than a json function (UDF) for at least two reasons: it only has to parse each JSON record once you can define the JSON schema in the Hive table schema, making it much ...
to build an uberjar with everything you need. add jar target/JsonSplit-1.0-SNAPSHOT.jar; create temporary function json_split as 'com.pythian.hive.udf.JsonSplitUDF'; create table json_example (json ...