Jakob Homan
Jakob Homan
I've run into this problem as well but use macports, which installs libev.4.dylib in /opt/local/lib instead of /usr/local/opt/libev. I created the latter directory and symlinked the file into it, which...
Would also love to see this merged, and can take it over if someone needs to. Status?
Hey @gadaldo, In this case, the error json-avro-convert is throwing is correct because nested2 is not defined in your sample json and the schema provides no default for it. Avro...
There, I believe that's all of them.
I imagine it will depend quite a bit on how Howl's directories are organized. My understanding is that the goal is to make Hive (7) a direct dependency, which would...
Perhaps we can take the opportunity to do the maven conversion during the time of separating out the Hive code to prep Howl for incubation. It's probably just a bit...
Sorry, I meant is the work to disentangle Howl from Hive in order to prep for incubator ongoing?
Went ahead and added check in constructor for field name uniqueness. Might as well do it now.
Which version of haivvreo are you running? Is it against the Avro 1.4 or 1.6 branch?
You're most likely running into an issue that was fixed on the Avro 1.4 branch: eca88ef764a1c48f7a50c935c59269ff645cab9c I'm planning on merging these changes to trunk this weekend.