Member since
07-31-2018
10
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2313 | 10-04-2018 02:28 PM |
10-04-2018
02:28 PM
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 more