Apache NiFi 1.8.0 RC1 Release Helper Guide

2018-10-17 Thread Jeff
Hello Apache NiFi community, Please find the associated guidance to help those interested in validating/verifying the release so they can vote. # Download latest KEYS file: https://dist.apache.org/repos/dist/dev/nifi/KEYS # Import keys file: gpg --import KEYS # [optional] Clear out local maven

[VOTE] Release Apache NiFi 1.8.0

2018-10-17 Thread Jeff
Hello, I am pleased to be calling this vote for the source release of Apache NiFi nifi-1.8.0. The source zip, including signatures, digests, etc. can be found at: https://repository.apache.org/content/repositories/orgapachenifi-1133 The Git tag is nifi-1.8.0-RC1 The Git commit ID is 9b02d58626ca

Re: Scaling source processors in nifi horizontally.

2018-10-17 Thread Mike Thomsen
> may have to build some kind of tooling on top of it to monitor/provision new processor for newly added schemas etc. Could you elaborate on this part of your use case? On Wed, Oct 17, 2018 at 2:31 PM ashwin konale wrote: > Hi, > > I am experimenting with nifi for one of our usecases with plans

Re: Compiling custom processor

2018-10-17 Thread Bryan Bende
That is accurate. Generally the intention isn't really to extend processors across NARs. It is better to create a shared module with a base class that both processors can extend from, or utility code they can both call, but in the case that shared module doesn't exist then the main option is to cop

Re: Compiling custom processor

2018-10-17 Thread John McGinn
Thanks Bryan. That was a mistake on my part. I thought that I could use part of the NiFi standard processors in my custom processor. I suppose this also means it's not possible to extend a standard processor class, say Wait, and override a method, for instance, onTrigger(), to do different work

Scaling source processors in nifi horizontally.

2018-10-17 Thread ashwin konale
Hi, I am experimenting with nifi for one of our usecases with plans of extending it to various other data routing, ingestion usecases. Right now I need to ingest data from mysql binlogs to hdfs/GCS. We have around 250 different schemas and about 3000 tables to read data from. Volume of the data fl

Re: [DISCUSS] Closing in on a release of NiFi 1.8.0?

2018-10-17 Thread Jeff
The L&N issues previously mentioned have been resolved, and I'm starting the release prep for RC1 now. On Tue, Oct 16, 2018 at 4:52 PM Jeff wrote: > A quick update on RC1 for NiFi 1.8.0. There are some L&N issues that are > currently being worked, so I'd like to hold off on creating the RC unti

Re: Repeatedly adding trusted certificates

2018-10-17 Thread Andy LoPresto
Mariliis, This is not usual behavior. Can you please provide a full log, or at least the log output related to this activity? We can help diagnose what behavior is causing this. Do you have any custom processors installed? Andy LoPresto alopre...@apache.org alopresto.apa...@gmail.com PGP Fing

Re: Oracle ODBCConnectionPool driver

2018-10-17 Thread Mike Thomsen
Ugh, fat-fingered that. It requires you to have an Oracle account to download. It's free, but you can't just grab it without registering. On Wed, Oct 17, 2018 at 7:32 AM Mike Thomsen wrote: > You can download it from Oracle's site, but it re > > On Wed, Oct 17, 2018 at 7:31 AM Mark Bean wrote:

Re: Oracle ODBCConnectionPool driver

2018-10-17 Thread Mike Thomsen
You can download it from Oracle's site, but it re On Wed, Oct 17, 2018 at 7:31 AM Mark Bean wrote: > Thanks Mike. Is the driver available as a stand-alone download? Or is it > only included in the DB software, maybe the Instant Client? > > > > On Oct 17, 2018, at 5:43 AM, Mike Thomsen > wrote:

Re: Oracle ODBCConnectionPool driver

2018-10-17 Thread Mark Bean
Thanks Mike. Is the driver available as a stand-alone download? Or is it only included in the DB software, maybe the Instant Client? > On Oct 17, 2018, at 5:43 AM, Mike Thomsen wrote: > > If you get the latest drive from Oracle, it should work with both. They > tend to be pretty good on backwa

Repeatedly adding trusted certificates

2018-10-17 Thread mariliis.haalme
Hello! I have org.apache.nifi.StdOut log level set as INFO and recently noticed that every 30 seconds, the same certificates seem to get added as trusted, over and over again. Is this normal behaviour? What exactly is happening that produces these logs? Thanks, Mariliis -- Sent from: http://ap

Mongo license change

2018-10-17 Thread Mike Thomsen
Looks like Mongo's drivers are still under ASLv2: https://www.mongodb.com/community/licensing The server is shifting to a new proprietary license based on the AGPLv3 that is essentially a more aggressive, more viral version of the AGPLv3. There are concerns in some places I've been reading like

Re: Oracle ODBCConnectionPool driver

2018-10-17 Thread Mike Thomsen
If you get the latest drive from Oracle, it should work with both. They tend to be pretty good on backward compatibility as far as I know. On Tue, Oct 16, 2018 at 11:06 PM Mark Bean wrote: > What driver is required to connect to an Oracle database using the > DBCPConnectionPool Controller Servic