Extension Directories
Each property beginning with nifi.registry.extension.dir.
will be treated as location for an extension, and a class loader will be created for each location, with the system class loader as the parent.
Property |
Description |
|
The full path on the filesystem to the location of the JARs for the given extension |
Note | |
---|---|
Multiple extension directories can be specified by using the nifi.registry.extension.dir. prefix with unique suffixes and separate paths as values. For example, to provide an additional extension directory, a user could also specify additional properties with keys of: nifi.registry.extension.dir.2=/path/to/extension2, providing 2 total locations, including nifi.registry.extension.dir.1. |