I want to make Flow Definitions portable by replacing absolute file paths to relative in below items
Script PathProperty of allExecuteScriptProcessorsDatabase Driver Location(s)property ofDBCPConnectionPoolController ServicesKeystore Filename&Truststore Filenameproperties ofStandardRestrictedSSLContextServiceController Services
Questions:
- Is it possible to use Relative Paths in above items?
- Where does the root of relative path point to - nifi installation directory?
- What are best practices for managing paths in flow defitions?
- Any other best practices for making flow definitions portable
EDIT: We're using parameters in Flow Definitions to make it easier to configure per environment. Currently we have a param to indicate Nifi root path. Te motive behind this question is to check if this param can eliminated entirely by using relative paths.