Unable to revert local changes with registry

2020-10-28 Thread Jens M. Kofoed
Hi I'm running NIFI 1.12.1 and registry 0.7.0. Our flows in the registry is from NIFI 1.11.4 and after upgrading NIFI to 1.12.1 I'm no longer able to revert changes. The NIFI GUI is just showing "Stopping affected Processors" even though all processors are already stopped. Is there someone who kn

GetFile with putsql/executesql

2020-10-28 Thread KhajaAsmath Mohammed
Hi, I have a scenario where I need to get value from the database and pass it as an attribute for getfile in subsequent processors. GetFile >> Execute SQL/PUTSQL >> Get value from the output of SQL and assign it to Attribute >> pass attribute value to GetFIle . Any help please ? Thanks, Asmath

Re: GetFile with putsql/executesql

2020-10-28 Thread Matt Burgess
Asmath, GetFile doesn't take an input connection, but if the attribute is going to contain a file to ingest, you can use FetchFile instead. To get an attribute from a database, take a look at LookupAttribute with a SimpleDatabaseLookupService. Depending on the query you were going to execute, you

PutAzureBlobStorage OutOfMemoryError

2020-10-28 Thread Eric Secules
Hello everyone, I am trying to upload a 300 MB file to azure blob storage using PutAzureBlobStorage and the processor is failing due to an OutOfMemoryError. My JVM heap size is set to 512 MB, but I wouldn't expect this to be an issue because the PutAzureBlobStorage processor should be using stream

Re: PutAzureBlobStorage OutOfMemoryError

2020-10-28 Thread Joe Witt
Eric Your assumption is definitely what it should be. This will need someone to investigate. Please file a jira with as much detail as you can. Thanks On Wed, Oct 28, 2020 at 12:40 PM Eric Secules wrote: > Hello everyone, > > I am trying to upload a 300 MB file to azure blob storage using >

Re: PutAzureBlobStorage OutOfMemoryError

2020-10-28 Thread Eric Secules
Hi Joe, Thanks for confirming, I logged this bug https://issues.apache.org/jira/browse/NIFI-7964 -Eric On Wed, Oct 28, 2020 at 2:10 PM Joe Witt wrote: > Eric > > Your assumption is definitely what it should be. This will need someone > to investigate. Please file a jira with as much detail a

Re: PrometheusReportingTask Metrics

2020-10-28 Thread Pavel S
I don't have an answer to your question. However I just wanted to share something related to this. We have tried using prometheus reporting task on my project and I couldn't get it to work. I have ended up creating my own application that generates prometheus metrics. On Wed, Oct 21, 2020, 7:44 PM

Re: PrometheusReportingTask Metrics

2020-10-28 Thread Ritch, David
Thank you for sharing that. We were able to get it to collect statistics - we're just not sure exactly what each statistic indicates. On Wed, Oct 28, 2020 at 8:18 PM Pavel S wrote: > I don't have an answer to your question. However I just wanted to share > something related to this. We have tri

There isnot show any items on Provenance GUI

2020-10-28 Thread 杨量(上海-技术部-开发)
Hello, I’m working on two NIFI nodes cluster with NIFI 1.11.4 version. But the Provenance GUI cannot show any items. There is my configuration about the Provenance: $ grep provenance /opt/nifi-1.11.4/conf/nifi.properties nifi.provenance.repository.implementation=org.apache.nifi.provenance.WriteAh