Re: Not able to force Avro serialization

2020-08-23 Thread Slotterback, Chris
realized multi-d map, kryo stopped choking. Chris From: "Slotterback, Chris" Date: Sunday, August 23, 2020 at 2:17 AM To: user Subject: Re: Not able to force Avro serialization And here is the deserde block where the Schema is used to generate a GenericRecord: @Override public Map d

Re: Not able to force Avro serialization

2020-08-22 Thread Slotterback, Chris
, null)); Map map = new HashMap<>(); record.getSchema().getFields().forEach(field -> map.put(field.name(), record.get(field.name(; return map; } Chris From: "Slotterback, Chris" Date: Sunday, August 23, 2020 at 2:07 AM To: user Subject: Not able to force Avro serializ

Not able to force Avro serialization

2020-08-22 Thread Slotterback, Chris
Hey guys, I have been trying to get avro deserialization to work, but I’ve run into the issue where flink (1.10) is trying to serialize the avro classes with kryo: com.esotericsoftware.kryo.KryoException: java.lang.UnsupportedOperationException Serialization trace: reserved (org.apache.avro.Sche