Re: NiFi Kubernetes question

2019-12-27 Thread Swarup Karavadi
Hey Joe, I'm glad that the article was of some help. I, unfortunately, do not recollect running into that specific error scenario. At the risk of stating the obvious, can you check if the nifi-ca-cs service is reachable from your nifi pod? On the CRD bit, we are considering going this route with

Re: NiFi Kubernetes question

2019-12-27 Thread Mike Thomsen
If you don't see a value when you run "echo %JAVA_HOME%" then you need to check to see if it was set globally in Windows, and if it was, you need to open a new command shell. On Mon, Oct 21, 2019 at 12:37 PM wrote: > Any suggestions? > > > > I downloaded NiFi, but when I run the runnifi from the

Re: NiFi Kubernetes question

2019-12-27 Thread Joe Gresock
Just kinda checking in again, to see if anyone is working on a more standardized Kubernetes Nifi integration, like a NiFi "CRD" for Kubernetes, or a helm chart. I have tried a couple of the charts out there, but none seem to be able to produce a fully secure NiFi cluster in Kubernetes. Thanks! Jo

Re: Bug Report - About disabled versioned processor

2019-12-27 Thread Pierre Villard
Hi, Thanks for reporting the issue. I believe this has already been reported here: https://issues.apache.org/jira/browse/NIFI-6958 I'm sure someone in the community will take a look. If you feel like you can provide a fix for it, feel free to open a pull request, I'll be more than happy to review

Bug Report - About disabled versioned processor

2019-12-27 Thread 孙昊
Hello, since NiFi 1.10.0, its dataModelVersion has been upgraded to 3, so the Processor's scheduledState can be recorded and uploaded to the NiFi Registry together. However, when exporting a versioned flow from the Registry, an error will be reported like "No Processor with ID belongs to this

Re: Update Problem 1.9.2 to 1.10.0 (Lost provenance)

2019-12-27 Thread Pierre Villard
Hi, What is your provenance repository configuration? what is the implementation you chose? Thanks, Pierre Le lun. 23 déc. 2019 à 11:11, alec_osborne a écrit : > Hi, > we wanted to migrate our Nifi version from 1.9.2 to 1.10.0. We did not > succeed. It was not possible for us after the update

Re: adding original attribute values to InvokeHttp response?

2019-12-27 Thread Pierre Villard
Hello, I'm not sure I understand what you mean. Can you provide an example of flow file before and after the InvokeHttp processor? Thanks, Pierre Le ven. 27 déc. 2019 à 07:23, l vic a écrit : > How can I add original attribute values into InvokeHttp response context > (Json)? > Thank you, > >