Jakob Homan
Jakob Homan
@IllyaYalovyy Actually, yours is different. Looks like what it's encountering isn't even an Avro record. I'd recommend opening a new issue...
Haivvreo + HCat isn't supported. HCat has some problems. I'm planning on adding support for this via the Avro Serde I moved to Hive, not necessarily through Haivvreo.
@IllyaYalovyy I'm playing with this to see what's up. Stay tuned.
@busbey Any chance this got merged back to CDH's fork of Haivvreo? I'd be happy to merge it here.
yeah, that's expected. Back in Hive 7, it was expected that initialize would return successfully. Throwing an exception left the table in a state where you couldn't change the table...
@cwsteinbach Anything left to do here, or can I close this ticket?
3x-4x is not great, but not terribly surprising. The benchmarks we did were informal and along then lines of 'is this fast enough for our purposes' and it was. That...
That's a good optimization. With Hive 8 I added a hook to allow external serdes to populate the comments field, so we'll actually be able to see the avro comments...
Is there a schema set for the new table (describe extended and check for schema.literal or schema.url)?
Created tables don't bring along their serde properties. The new table (edges_1) doesn't have a schema.url to tell it where to get a reader schema for. Use alter table set...