Created 11-18-2016 01:34 PM
I configured 1 content repo via default config and 2 additional in "Custom nifi-ambari-config" using properties nifi.content.repository.directory.conent1 and nifi.content.repository.directory.conent2. However, it doesn't seem like Nifi is making use of the two additional content repositories.
Created 11-18-2016 01:52 PM
I think you need to put the custom properties in the "Custom nifi-properties" section since they ultimately need to get written out to nifi.properties. You can check if it worked by looking at /etc/nifi/conf/nifi,properties, by default you will see nifi.content.repository.directory.default=/var/lib/nifi/content_repository, if your additions worked you should see two more entries.
Created 11-18-2016 01:52 PM
I think you need to put the custom properties in the "Custom nifi-properties" section since they ultimately need to get written out to nifi.properties. You can check if it worked by looking at /etc/nifi/conf/nifi,properties, by default you will see nifi.content.repository.directory.default=/var/lib/nifi/content_repository, if your additions worked you should see two more entries.
Created 11-25-2016 11:09 AM
Thanks Bryan. Works like a charm