Re: [VOTE] Release Apache NiFi 2.0.0-M3 (RC1)

2024-05-14 Thread Brian Ghigiarelli
+1 non-binding Verified hashes / signatures. Verified the full build, tests, and some basic flows. Tested the new UI with a GitHub Registry Client. * Confirmed with a Personal Access Token. * Wrote up [1] to improve the Authentication Type for App Installation Tokens, but that doesn't seem like a

Re: Inquiry Regarding SPARQL Processor in Apache Nifi

2024-02-16 Thread Brian Ghigiarelli
=${SPARQL:urlEncode()} with an incoming FlowFile attribute named "SPARQL" that contains the query. Hope that helps! Brian Ghigiarelli Datavolo.io On Thu, Feb 15, 2024 at 5:47 PM Bass, Carrie A [US] (SP) < carrie.b...@ngc.com> wrote: > Hello, > > I hope this message finds you well.

Re: [EXT] Re: FlowFile Expiration - Lineage vs Queue Times

2019-07-24 Thread Brian Ghigiarelli
To add to the back pressure management options, we wrote a custom "RouteOnBackPressure" processor [1] that would allow us to re-route the incoming flow after outgoing queues hit their backpressure thresholds. The processor itself doesn't handle anything with expiration (though output queues

Re: Class Loading Conflicts - Different JAR Versions

2018-03-26 Thread Brian Ghigiarelli
Registry becomes a thing, we might > not want "external" service APIs to be part of > nifi-standard-services-api. > > Regards, > Matt > > > On Mon, Mar 26, 2018 at 5:03 PM, Brian Ghigiarelli <briang...@gmail.com> > wrote: > > Thanks, Bryan! Sure enough, w

Re: Class Loading Conflicts - Different JAR Versions

2018-03-26 Thread Brian Ghigiarelli
as a parent (which stops you from using > all standard services), or upgrading the version of mongo-java-driver > used by MongoDBClientService. > > -Bryan > > > On Mon, Mar 26, 2018 at 3:16 PM, Brian Ghigiarelli <briang...@gmail.com> > wrote: > > Hey all, > > &

Class Loading Conflicts - Different JAR Versions

2018-03-26 Thread Brian Ghigiarelli
Hey all, Is there a means of troubleshooting a custom NAR that seems to be having runtime conflicts by picking up an older JAR that's provided by the NiFi standard bundle? In this particular case, I'm using some custom processors that are built against NiFi 1.4.0 and have a dependency on MongoDB

ConsumeJMS with ActiveMQ over SSL in NiFi 1.4.0

2017-10-20 Thread Brian Ghigiarelli
I'm having a bit of trouble getting an ActiveMQ v5.14 JMS consumer up and running over SSL with the new-ish ConsumeJMS processor, and was wondering if anyone has any pointers on where to start. ConsumeJMS using a JMSConnectionFactoryProvider configured with a StandardSSLContextService and the MQ

Re: Troubleshooting Apache NiFi 1.4.0 Authorizations

2017-10-10 Thread Brian Ghigiarelli
look for the (i) info icon. > > Thanks > > Matt > > On Tue, Oct 10, 2017 at 3:47 PM, Brian Ghigiarelli <briang...@gmail.com> > wrote: > > > With a clean install of Apache NiFi 1.4.0 using certificate-based > > authentication through file providers, I am able

Re: [VOTE] Release Apache NiFi 0.5.1 (RC1)

2016-02-23 Thread Brian Ghigiarelli
Upgrading to JDK 8 u74 works like a charm - everything builds and tests to success. The fan is a lot quieter now too. Thanks for the pointer on the JDK version! On Tue, Feb 23, 2016 at 7:08 AM Brian Ghigiarelli <briang...@gmail.com> wrote: > Thanks, Tony! > > Oracle JDK

Re: [VOTE] Release Apache NiFi 0.5.1 (RC1)

2016-02-23 Thread Brian Ghigiarelli
t MAVEN_OPTS are you > using? I built successfully with MAVEN_OPTS="-Xms1024m -Xmx3076m". > > On Tue, Feb 23, 2016 at 6:04 AM, Brian Ghigiarelli <briang...@gmail.com> > wrote: > > > Hi Pierre, > > > > I'm hitting the same issues on Mac with the master br

Re: [VOTE] Release Apache NiFi 0.5.1 (RC1)

2016-02-23 Thread Brian Ghigiarelli
Hi Pierre, I'm hitting the same issues on Mac with the master branch (specifically while it runs testManyOpenedFiles in nifi-framework-core). Been tuning Xmx, ulimits, and G1GC to no avail. Perhaps we could continue that investigation on a separate non-voting thread. Thanks, Brian On Tue, Feb

Re: NiFi Site-to-Site

2015-08-27 Thread Brian Ghigiarelli
firewall for ingress from 54000 - 55999. Eventually, we'll need to get it over SSL and lock down the firewall to a minimum required range, but I'm hoping to prove it out first. Any guidance would be greatly appreciated! Thanks, Brian -- Brian Ghigiarelli 570-878-9139

NiFi Site-to-Site

2015-08-24 Thread Brian Ghigiarelli
Is there any step-by-step guide to setting up NiFi Site-to-Site with Remote Process Groups? Any details on what port range(s) needs to be available? My setup: NiFi Producer provides data on output port data-output to be picked up by NiFi Consumer. While trying to get a simple setup running, I

Re: NiFi Site-to-Site

2015-08-24 Thread Brian Ghigiarelli
! Thanks, Brian -- Brian Ghigiarelli 570-878-9139

Re: Custom Controller Service Debugging

2015-08-14 Thread Brian Ghigiarelli
in templates, they may require the user to complete the configuration prior to enabling. Matt On Fri, Aug 14, 2015 at 8:01 AM, Brian Ghigiarelli briang...@gmail.com wrote: Bryan, Thank you!! Adding a NAR dependency to my standard-processors NAR did the trick to get NiFi

Custom Controller Service Debugging

2015-08-13 Thread Brian Ghigiarelli
NiFi Gurus, Regarding Controller Services, I'm seeing some strange behavior regarding a custom Controller Service only showing its ID in a Processor and was wondering if anyone's encountered similar issues. Seeing this on the latest develop branch, 0.3.0-SNAPSHOT. Steps taken: 1. Create