[
https://issues.apache.org/jira/browse/MINIFI-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bryan Rosander updated MINIFI-216:
----------------------------------
Description:
Currently the
[ConfigTransformer|https://github.com/apache/nifi-minifi/blob/2fcf5ec60dec050324fa364301fcc8c773c58d8a/minifi-bootstrap/src/main/java/org/apache/nifi/minifi/bootstrap/util/ConfigTransformer.java#L203]
hardcodes the flowfile repository directory (and others too) and regenerates
nifi.properties when NiFi is started/restarted.
{code}
nifi.flowfile.repository.directory=./flowfile_repository
nifi.content.repository.directory.default=./content_repository
nifi.database.directory=./database_repository
{code}
We need the ability to change/update such properties and basically all other
directory paths in minifi configs to point to a different location as per
user's requirement.
was:
Currently as per this
https://github.com/apache/nifi-minifi/blob/master/minifi-bootstrap/src/main/java/org/apache/nifi/minifi/bootstrap/util/ConfigTransformer.java#L203
currently flowfile repository directory (and others too) is hardcoded and
generated when NiFi is started/restarted.
{code}
nifi.flowfile.repository.directory=./flowfile_repository
nifi.content.repository.directory.default=./content_repository
nifi.database.directory=./database_repository
{code}
We need the ability to change/update such properties and basically all other
directory paths in minifi configs to point to a different location as per
user's requirement.
> Update/Override Repository directory paths in minifi configs
> ------------------------------------------------------------
>
> Key: MINIFI-216
> URL: https://issues.apache.org/jira/browse/MINIFI-216
> Project: Apache NiFi MiNiFi
> Issue Type: Improvement
> Reporter: Arti Wadhwani
> Assignee: Bryan Rosander
> Priority: Minor
>
> Currently the
> [ConfigTransformer|https://github.com/apache/nifi-minifi/blob/2fcf5ec60dec050324fa364301fcc8c773c58d8a/minifi-bootstrap/src/main/java/org/apache/nifi/minifi/bootstrap/util/ConfigTransformer.java#L203]
> hardcodes the flowfile repository directory (and others too) and regenerates
> nifi.properties when NiFi is started/restarted.
> {code}
> nifi.flowfile.repository.directory=./flowfile_repository
> nifi.content.repository.directory.default=./content_repository
> nifi.database.directory=./database_repository
> {code}
> We need the ability to change/update such properties and basically all other
> directory paths in minifi configs to point to a different location as per
> user's requirement.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)