hive-json-schema icon indicating copy to clipboard operation
hive-json-schema copied to clipboard

Tool to generate a Hive schema from a JSON example doc

Results 14 hive-json-schema issues
Sort by recently updated
recently updated
newest added

Hi, I have just submitted the issue in comment of existing issues, but that did not sound relevant to the existing issue so I created a new one. I am...

Hi, This was so great tool for simplifing the json record into hive structure. I have created the jar files and used them to generate hive DDL . But the...

This looks like a great package, but would you consider adding a licence to it? (https://docs.github.com/en/free-pro-team@latest/github/building-a-strong-community/adding-a-license-to-a-repository) Thanks.

Fix maven build for modern version. Target option 6 is no longer supported. Use 7 or later.

Would like to be able to pass "-" instead of a filename to read from stdin.

I changed: timestamp to time_stamp, to overcome the problem. CREATE TABLE visits ( **time_stamp** string, user_info struct, visit struct) ROW FORMAT SERDE 'org.openx.data.jsonserde.JsonSerDe';

Hi! I'm trying to use the Hive table on Impala, but I can't find a way to make Impala understand the "ADD JAR" command. It is possible to use a...

The generated table definition uses 'int' data types for values that are longs. The 'curated' JSON document used Long.MAX_VALUE as the field value. The scalarNumericType() method should probably attempt convert...

I have used below JSON to generate the DDL. { "business_id": "String", "name": "String", "neighborhood": "String", "address": "String", "city": "String", "state": "String", "postal_code": 12345, "latitude": 124124124124, "longitude": -111.936102, "stars": 4.5,...

Hi @quux00, thank you for the tool, it's very handy! So, I tried to generate a Hive schema out of a json containing an empty array, but it throws an...