Component Installation and UpgradePDF version

Preserve your custom processors

If you have written custom processors, you can preserve them during the upgrade if you store them in a central location.

  1. Create a second library directory, called custom_lib.
  2. Move your custom processors to this new lib directory.
  3. Add a new line to the nifi.properties file to specify this new lib directory:
    nifi.nar.library.directory=./lib
    nifi.nar.library.directory.custom=/opt/configuration_resources/custom_lib
    

We want your opinion

How can we improve this page?

What kind of feedback do you have?