Support Questions

Find answers, ask questions, and share your expertise
Announcements
Check out our newest addition to the community, the Cloudera Data Analytics (CDA) group hub.

My Custom Processor is not visible in the Nifi UI

Explorer

When I add a new custom processor in the code, At Nifi UI processor list is shown but the processor that I created is not coming in the list. Although it is added one time in the UI but when I am trying to add it again it is not coming in the processor list.

And when I am trying to copy the existing processor then it says, not a valid processor type. What is wrong here?

1 ACCEPTED SOLUTION

Explorer

This is because I have not made the entry of that processor in below file

/src/main/resources/META-INF/services/org.apache.nifi.processor.Processor

We should make entry of processor in that file with the complete package path for e.g. org.nifi.processors.FileModifierProcessor

View solution in original post

1 REPLY 1

Explorer

This is because I have not made the entry of that processor in below file

/src/main/resources/META-INF/services/org.apache.nifi.processor.Processor

We should make entry of processor in that file with the complete package path for e.g. org.nifi.processors.FileModifierProcessor

Take a Tour of the Community
Don't have an account?
Your experience may be limited. Sign in to explore more.