Adding an input format in Druid via extension

41 Views Asked by At

I wish to parse an overly complicated json format in Druid by adding a custom extension. I followed the instructions in the documentation to create a module and implemented InputFormat and InputEntityReader.

I ran mvn package and copied the generated artifact to the extensions folder following instruction from an example repo. I updated the druid.extensions.loadList in conf/druid/auto/_common/common.runtime.properties (I even tried updating it everywhere else).

The new format is called otlp which I expected to see in the console while trying to parse the data but it is not. Am I missing something?

input format menu in Druid console

0

There are 0 best solutions below