Re: Huge thanks to Travis-CI and Appveyor but.... Github Actions are much more stable

2020-02-20 Thread Jeff Zhang
Thanks Joe Joe Witt 于2020年2月21日周五 上午11:16写道: > Jeff > > Take a look in the linked JIRA > https://issues.apache.org/jira/browse/NIFI-7157 as there is a pretty good > set of links. > > This also reminds me - need to do this for NiFi Registry too > > Thanks > > On Thu, Feb 20, 2020 at 10:08 PM

Re: Huge thanks to Travis-CI and Appveyor but.... Github Actions are much more stable

2020-02-20 Thread Joe Witt
Jeff Take a look in the linked JIRA https://issues.apache.org/jira/browse/NIFI-7157 as there is a pretty good set of links. This also reminds me - need to do this for NiFi Registry too Thanks On Thu, Feb 20, 2020 at 10:08 PM Jeff Zhang wrote: > Thanks Joe for the create work. Do you mind to

Re: Huge thanks to Travis-CI and Appveyor but.... Github Actions are much more stable

2020-02-20 Thread Jeff Zhang
Thanks Joe for the create work. Do you mind to share how to setup github action for apache project ? Another project I am working on is also interested to integrate with github action Joe Witt 于2020年2月21日周五 上午8:48写道: > Team, > > Today we've merged a change into master which means the end of use

Re: Huge thanks to Travis-CI and Appveyor but.... Github Actions are much more stable

2020-02-20 Thread Kevin Doran
Thanks, Joe! GitHub Actions certainly looks like a great, stable option that is also improving rapidly, so here’s to hoping it’s a stable CI build tool for the NiFi project for a long time to come. Really appreciate the time you put into this migrating us over. Looks great! > On Feb 20, 2020,

Re: Huge thanks to Travis-CI and Appveyor but.... Github Actions are much more stable

2020-02-20 Thread Pierre Villard
Thanks Joe for looking into this!!! Reliable builds are definitely a huge help when it comes to review pull requests. And I look forward adding more features in the future like the Github packages with Docker containers on top of the master branch. Le jeu. 20 févr. 2020 à 16:48, Joe Witt a écrit

Huge thanks to Travis-CI and Appveyor but.... Github Actions are much more stable

2020-02-20 Thread Joe Witt
Team, Today we've merged a change into master which means the end of use of Travis CI and Appveyor both of which have proven very unstable for our builds. And that isn't to suggest our builds are perfect but the way they work and the configuration options/expertise we have just isn't lining up.

[ANNOUNCE] Apache NiFi 1.11.2 release

2020-02-20 Thread Joe Witt
Hello The Apache NiFi team would like to announce the release of Apache NiFi 1.11.2. Apache NiFi is an easy to use, powerful, and reliable system to process and distribute data. Apache NiFi was made for dataflow. It supports highly configurable directed graphs of data routing, transformation,

Re: FW: Execute SQL to MSFT SQLServer - getting error

2020-02-20 Thread Juan Pablo Gardella
According JDBC documentation driver , integratedSecurity is a boolean property, and to authenticate against SQLServer you have three options for integratedSecurity=true. Kerberos, NTLM or

Re: Pull from NiFi Registry on startup in a new instance of NiFi

2020-02-20 Thread Andy LoPresto
Jon, I think your idea is interesting but there are a lot of moving parts here with negotiating a connection, validating security, and defining how the communication between NiFi and Registry would work. Those definitions are not stored in the nifi,properties file, and introducing them there

Pull from NiFi Registry on startup in a new instance of NiFi

2020-02-20 Thread Kessler, Jon
I'm interested in being able to configure NiFi in a way that it will, upon startup, create a process group using the latest (or otherwise specified) flow that is stored within a NiFi Registry (probably something in nifi.properties). If it fails to connect to/pull from the registry then I want

Unable to start NiFi when controller service references other controller services

2020-02-20 Thread Mark Bean
We are having issues when starting NiFi with a custom controller service which allows dynamic properties. The dynamic properties are themselves additional controller services. Enabling the custom controller service after NiFi is running is fine. But, if the service is enabled on startup, NiFi

Re: FW: Execute SQL to MSFT SQLServer - getting error

2020-02-20 Thread Pierre Villard
Based on this thread [1], it looks like it's because the DLL are not loaded by Java. I'd double check what you set for java.library.path system property. [1] https://stackoverflow.com/questions/6087819/jdbc-sqlserverexception-this-driver-is-not-configured-for-integrated-authentic Le jeu. 20

additionalDetails.html styles

2020-02-20 Thread Russell Bateman
I would like to get what I'm offering in /additionalDetails.html/ for my custom processor to use the same font style used down the left-hand column listing processors (under /NiFi Documentation/). I'm not an idiot when it comes to HTML/CSS, however, I have been unable in experimenting to see

Re: Need to have my email added

2020-02-20 Thread Russell Bateman
Eric, If I understand what you're asking, you just need to sign up properly. Check out community information at https://nifi.apache.org/mailing_lists.html . Best regards. On 2/20/20 9:23 AM, Butts, Eric wrote: I need to have my email added to forum discussion buttse...@hotmail.com

Need to have my email added

2020-02-20 Thread Butts, Eric
I need to have my email added to forum discussion buttse...@hotmail.com

Re: Help with TLS with Client Auth

2020-02-20 Thread Eduardo Fontes
Thanks Pierre but I found the problem. It was between the monitor and the chair. :D My CA cert was wrong. On Wed, Feb 19, 2020 at 4:13 PM Pierre Villard wrote: > Hi Eduardo, > > I would first check that the ListenBeat is correctly exposing what you want > using something like: > openssl

Fwd: FW: Execute SQL to MSFT SQLServer - getting error

2020-02-20 Thread Samarendra Sahoo
Thanks a lot Peter. Attaching the controller. In addition to the controller setting, adding jdbc 8 driver, we have added mssql-jdbc_auth dll at below locations in the Nifi server. /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.141-3.b16.el6_9.x86_64/bin/mssql-jdbc_auth-8.2.0.x64.dll