Hi,
I was trying to create a custom deserializer for Spooling directory Source and I end up creating one. but when deployed, Flume throws an error shown below.
Unable to instantiate Builder from flume.source.serialization.RemoteLineDeserializer: does not appear to implement org.apache.flume.serialization.EventDeserializer$Builder
I understand that Flume is expecting the deserializer type specified in EventDeserializerType.java but I thought giving FQDN would solve the problem but in vain.
So, do you have any idea to plugin the created deserializer with the existing Source?
Thanks,
Sindhu Sivaraman.