We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TextInputFormat
I have JSON tables in my glue catalog and I get the following error for those:
No support for: org.apache.hadoop.mapred.TextInputFormat, org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
The text was updated successfully, but these errors were encountered:
Might also want to specify the Serde(s) for json
-> Eg: CSV is "org.apache.hadoop.mapred.TextInputFormat", "org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat", "org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe",
https://docs.aws.amazon.com/athena/latest/ug/json-serde.html
-> main...support-json
Sorry, something went wrong.
No branches or pull requests
I have JSON tables in my glue catalog and I get the following error for those:
No support for: org.apache.hadoop.mapred.TextInputFormat, org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
The text was updated successfully, but these errors were encountered: