Member since
06-23-2020
3
Posts
0
Kudos Received
0
Solutions
06-24-2020
09:25 AM
Hi @stevenmatison , my problem is json file that has 300+ columns, it would be very tricky to build table on json schema of 300 columns manually and again manually build the avro schema for same number of columns. I was thinking in the line where I can infer the json schema and build avro schema file. And then supply the avro schema file in table properties of hive table.please let me know if this is feasible.Thank you.
... View more
06-23-2020
07:25 PM
@rpathak thank you for reply. I haven't worked on niti. I was thinking if there is any other workaround to pull the schema from json and convert it to avro. I can use the same scheme in my hive table to load data.
... View more
06-23-2020
02:06 PM
I have a nested json and would like to load into hive avro table as schema evaluation is a requirement. How do I extract schema from json for hive?
... View more
Labels:
- Labels:
-
Apache Hive