-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
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
Compatibility with Hive #24
Comments
Hi, I've just tested a file with the same schema and had no issue. Please find the file attached. Can you confirm whether this file also produces an error? Note, the file is zipped in order to upload to github. Please ensure to unzip before testing. Here is create table statement I used to produce a table over this file:
|
@scritchley Yes I can confirm that file does work for me. Could you take a look at this example of how I am writing the file: https://gist.github.com/michaeltrobinson/ab2b7c2ed2e43fc24ca3ecf65965c21f EDIT: I figured it out, silly stupid mistake on my end. I had modified the version I had in |
Has anyone had any luck getting Hive to read ORC files written with this libary?
Currently, I'm getting the following error from Hive if I write the file with zlib compression:
And this error if I write it without compression:
Using schema
The text was updated successfully, but these errors were encountered: