[
https://issues.apache.org/jira/browse/MINIFI-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15876505#comment-15876505
]
ASF GitHub Bot commented on MINIFI-216:
---------------------------------------
Github user phrocker commented on a diff in the pull request:
https://github.com/apache/nifi-minifi/pull/72#discussion_r102290405
--- Diff:
minifi-bootstrap/src/main/java/org/apache/nifi/minifi/bootstrap/util/ConfigTransformer.java
---
@@ -704,7 +691,7 @@ protected static void addTextElement(final Element
element, final String name, f
}
public static final String PROPERTIES_FILE_APACHE_2_0_LICENSE =
- "# Licensed to the Apache Software Foundation (ASF) under one
or more\n" +
+ " Licensed to the Apache Software Foundation (ASF) under one
or more\n" +
--- End diff --
Why did you remove the comment markdown (octothorp -- #)?
> 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)