Hej, I have a stream program reading data from Kafka where the data is in avro. I have my own DeserializationSchema to deal with it.
For testing reasons I want to read a dump from hdfs instead, is there a way to use the same DeserializationSchema to read from an avro file stored on hdfs? cheers Martin