Hey, A very simple thing you could do is to set up a simple kafka producer in a java program that will feed the data into a topic. This also has the additional benefit that you are actually testing against kafka.
Cheers, Gyula Martin Neumann <mneum...@sics.se> ezt írta (időpont: 2016. febr. 12., P, 0:20): > 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 >