Reg: Avrojob schema validation option.

2019-07-26 Thread SB M
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

Re: Reg: Avrojob schema validation option.

2019-07-30 Thread SB M
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

Re: Reg: Avrojob schema validation option.

2019-07-30 Thread SB M
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 > >

Reg : Avro Secondary Sorting using AvroJob Api

2019-08-17 Thread SB M
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