Hi All,
Problem: I need a option to set name validation for schema parsing, when
setting with avrojob and avromultipleinputs.
Is there any way to set schema name validation to false currently, when am
ho through source code am not able to find any options like that.
Please give a some solution
ed a custom annotation on the field
> (something like "display.name") to contain the original value and
> generated a "safe" field name.
>
> In both cases, being safe means that it meets the Avro spec
> ([A-Za-z_][A-Za-z0-9_]*) and avoids collisions with other gener
that the best route would be to try and move
> your schemas to names that meet the specification!
>
> Just out of curiosity, does your MapReduce job run correctly if you
> manually just replace the "." with a "_" in your schema?
>
> All my best, Ryan
>
>
Hi All,
I have written a sample code for doing secondary sorting on AvroJob.
Here's the post link,
https://learnersthings.blogspot.com/2019/08/avro-secondary-sorting.html?m=1
Please ignore if you have already known how to implement it.
Regards,
SBM