Re: NiFi - How to Wait until all Inserts into Table are done, then Create/Analyze Indexes on the Table afterwards

2019-04-02 Thread Koji Kawamura
Hi Matt, I posted my answer to your Stackoverflow question. https://stackoverflow.com/questions/55483317/nifi-create-indexes-after-inserting-records-into-table/55486259#55486259 Thanks, Koji On Wed, Apr 3, 2019 at 8:04 AM matthewmich...@northwesternmutual.com wrote: > > NiFi Developers, > > I t

Re: initial component access policies

2019-04-02 Thread Bryan Bende
The initial admin policies are created here: https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-file-authorizer/src/main/java/org/apache/nifi/authorization/FileAccessPolicyProvider.java#L595

initial component access policies

2019-04-02 Thread Mark Bean
When NiFi is started for the first time, the Component Access Policies are not populated even for the Initial Admin or for legacy DFM_ROLE users in authorized-users.xml file.That is, not unless a flow.xml.gz file exists. The fact that the admin user does not have access to these policies has led to

NiFi - How to Wait until all Inserts into Table are done, then Create/Analyze Indexes on the Table afterwards

2019-04-02 Thread matthewmich...@northwesternmutual.com
NiFi Developers, I tried reaching out to Stack Overflow Apache-Nifi Tag, but am getting no replies - so normally I wouldn't ask this email list this type of question, but am not sure where else to turn? So to keep simple, my 1st Process Group (PG) Truncates then drops indexes in table. Then th

Outdated NiFi svn repo

2019-04-02 Thread Andrew Lim
Does anyone know why the following repo exists? https://svn.apache.org/repos/infra/websites/production/nifi/ A new NiFi user came across the outdated documentation in that repo [1]. To prevent this from happening again, I was planning on filing a JIRA with the ASF INFRA team, but wanted to ask