Re: FuzzyHashContent/CompareFuzzyHash processor

2017-10-10 Thread shankhamajumdar
Hi Andy, I am having multiple lines in the file. For example Col1 Col2 Col3 Col4 Col5 Test1Test2 Test3 Test4 Test5 Data1 Data2Data3Data4Data5 ..

Troubleshooting Apache NiFi 1.4.0 Authorizations

2017-10-10 Thread Brian Ghigiarelli
With a clean install of Apache NiFi 1.4.0 using certificate-based authentication through file providers, I am able to login to the NiFi canvas, but it is not authorizing me (the Initial Admin Identity) to perform any tasks. I'm following the first example configuration at https://nifi.apache.org/do

Nifi:how to handle flowfile data updateing and reitreving?

2017-10-10 Thread sally
I want to reitreve data from folder and then update it and put it back to its' destination and i want to make this operation many times , here is my code i try to getfile and update it , but it doesn't roll back the file and can't reitreve data with the same filename(sometimes when i start this pro

Nifi:how to handle flowfile data updateing and reitreving?

2017-10-10 Thread sally
0 down vote favorite I want to reitreve data from folder and then update it and put it back to its' destination and i want to make this operation many times , here is my code i try to getfile and update it , but it doesn't roll back the file and can't reitreve data with the same filename(sometimes

Re: Troubleshooting Apache NiFi 1.4.0 Authorizations

2017-10-10 Thread Matt Gilman
Brian, NiFi will only grant permissions to the components in the canvas if there is an existing flow.xml.gz in your conf directory. This is due to lifecycle constraints when clustered. This is described in the link you provided if you scroll down a little bit and look for the (i) info icon. Thank

Re: Troubleshooting Apache NiFi 1.4.0 Authorizations

2017-10-10 Thread Brian Ghigiarelli
Thanks for the quick response, Matt! Unfortunately, it wasn't letting me update the Policies either, but your response did remind to use Firefox vs. Chrome. Turns out that when I was clicking on the hamburger menu > Policies, Chrome was throwing a JS error on nf-canvas-all.js?1.4.0:47:21377 with "u

NIFI: how to update config data from custpm processor

2017-10-10 Thread sally
n my custom processor i need to update config file(is placed in one of nifi folder not original config it is created by me :D ) based on data which i get from upstream connection but i can't get nor error neither desired result what should i do, 1.is there any way i can controll upstream connectio

Re: Troubleshooting Apache NiFi 1.4.0 Authorizations

2017-10-10 Thread Matt Gilman
Thanks for replying back. Can you ensure your browser cache is cleared? If that's not it, it's possible your running an older version of Chrome that is incompatible. Matt On Tue, Oct 10, 2017 at 4:10 PM, Brian Ghigiarelli wrote: > Thanks for the quick response, Matt! Unfortunately, it wasn't le

Re: SSLContextService Issue on Minifi

2017-10-10 Thread rpersaud
I have encountered a similar issue with ListenTCP, NiFi 1.3 and Minifi 0.2.0: 2017-10-10 20:24:55,184 ERROR [main] o.apache.nifi.controller.FlowController Unable to start ListenTCP[id=f3feecbe-699d-34c5--] due to java.lang.IllegalStateException: Processor ListenTCP is not in a vali

Request: Add my account to the JIRA contributors list

2017-10-10 Thread Yuri
Hello, I'd like to be able to assign JIRA issues to myself. My JIRA account uses this particular email address. Thanks in advance.

Re: SSLContextService Issue on Minifi

2017-10-10 Thread Aldrin Piri
Hi Ryan, I believe this is the same core issue as described in MINIFI-403 [1]. This was addressed via PR #91 [2] where another user reported similar issues. The root cause of this was duplicate libraries that were treated in the system scope as a bundle and precluded the bundled versions from bei

Re: Request: Add my account to the JIRA contributors list

2017-10-10 Thread Koji Kawamura
Hi Yuri, I've added you to JIRA contributor list, you should be able to assign yourself now. Thanks for your contributions to enhance NiFi UX! Koji On Wed, Oct 11, 2017 at 3:07 AM, Yuri <1969yuri1...@gmail.com> wrote: > Hello, > I'd like to be able to assign JIRA issues to myself. > > My JIRA ac

save variables to template when creating a template

2017-10-10 Thread 尹文才
Hi guys, I've been using the new variable registry feature in 1.4.0 and I like it very much. But when I define a variable in a processor group and try to create a template out out it, I noticed that the variable I defined is not included in the template after I import the template to another NIFI i