Hive-JSON-Serde icon indicating copy to clipboard operation
Hive-JSON-Serde copied to clipboard

Read - Write JSON SerDe for Apache Hive.

Results 68 Hive-JSON-Serde issues
Sort by recently updated
recently updated
newest added

A JSON serde is available since Hive 0.12 as org.apache.hive.hcatalog.data.JsonSerDe. It would be useful to know the difference(s).

The JSON license encumbers downstream users with the now-famous "do no evil" clause. This is incompatible with the BSD license for this software. This means that the LICENSE file should...

Just a tip: - You note that github doesn't support binaries so you are hosting separately. But they do support binaries: - You "attach binaries" to releases. - Detailed here:...

I am using HDP2.4 and hive version 0.14. I am facing the below error while executing the DDL. FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. Could not initialize class...

Would you consider contributing this to the Hive project?

Is it intended that the hdp24 properties are just duplicated hdp23 variables? There is also just a profile for hdp23, not hdp23. I'd like to send in a PR for...

Added SerDe property "add.raw.json.column" can be used to include entire raw json string into the row as separate field. For example. CREATE TABLE test_01 ( type string ) ROW FORMAT...

Attempt #2. Hive handles primitive types using the base Hadoop writable rather than its own during joins, which means that in order to use the proper DoubleWritable class from Hive...

This issue is related to get_json_object does not work with hive serde on Json String unless one defines it as struct. https://github.com/rcongiu/Hive-JSON-Serde/issues/70