You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
This seems like a great tool. Unfortunately I'm a newb and when I create avsc and avro files from xsd and xml files I run into trouble trying to use the avro file.
In Hive and using the command line avro-tools.jar I get the error message "not a data file". Also when I view the avro file content in Hue the preview screen renders like a binary file so I don't think it is recognising the avro file either.
Is there something I need to do with the .avro files xml-arvo creates before I can use them?
I have the same issue! Hive loads the data fine but complains its not a data file...
And I'm working for a marquee HDP client and would imagine this gets some attention ...
And I don't feel comfortable messing around with the code for obvious reasons
Any assistance is appreciated!!!
Raj
Hi,
This seems like a great tool. Unfortunately I'm a newb and when I create avsc and avro files from xsd and xml files I run into trouble trying to use the avro file.
In Hive and using the command line avro-tools.jar I get the error message "not a data file". Also when I view the avro file content in Hue the preview screen renders like a binary file so I don't think it is recognising the avro file either.
Is there something I need to do with the .avro files xml-arvo creates before I can use them?
Here's the exception from avro-tools:
update:
I managed to get the code up and running in NetBeans and changed the last part of Converter.main() to see if I could get some textual output:
This produced the content I was expecting. Any suggestion on what may be happening with directBinaryEncoder is appreciated.
Thanks
The text was updated successfully, but these errors were encountered: