You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/04/12 13:13:41 UTC

[jira] [Commented] (MINIFI-216) Update/Override Repository directory paths in minifi configs

    [ https://issues.apache.org/jira/browse/MINIFI-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15965805#comment-15965805 ] 

ASF GitHub Bot commented on MINIFI-216:
---------------------------------------

Github user apiri commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/74#discussion_r111136804
  
    --- Diff: README.md ---
    @@ -286,6 +287,26 @@ Additionally, users can utilize the MiNiFi Toolkit Converter (version 0.0.1 - sc
         if you do not want to enable client certificate base authorization
         nifi.security.need.ClientAuth=false
     
    +### Provenance Report
    --- End diff --
    
    This is handled as a discrete component type as opposed to a processor.
    
    https://github.com/apache/nifi-minifi/blob/master/minifi-bootstrap/src/test/resources/MINIFI-216/config.yml#L97


> 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
>             Fix For: 0.2.0
>
>
> 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)