Re: [discuss] 1.12.0 or 1.11.5...

2020-07-04 Thread Mike Thomsen
FYI, if we add in https://github.com/apache/nifi/pull/4364 and a PR to deprecate the elasticsearch v5 bundle we can free up about 60MB in the convenience binary. On Thu, Jul 2, 2020 at 10:43 PM Joe Witt wrote: > ...and just saw Bryans note. Do we need more work before kicking out reg >

Re: [nifi] branch main created (now 239a2e8)

2020-07-04 Thread Joey Frazee
@alopresto Do you want everyone individually pushing to both master and main or are you intending to keep it in sync until it’s made the default? -joey On Jul 2, 2020, 6:39 PM -0500, alopre...@apache.org, wrote: > This is an automated email from the ASF dual-hosted git repository. > > alopresto

Question about Using NiFi API of Secured Instance

2020-07-04 Thread Madhan Vishwas
Hi All, This is a Question about Using NiFi API of Secured Instance. I have been able to Secure NiFi instance and am using Secure instance through browser using the Certificate imported inside browser. I intend to use the same mechanism (without using LDAP / Kerberos / OpenID authentication and

Re: S3 to Oracle database Table

2020-07-04 Thread Stefan Kok
Hi Samudra Below is a possible flow to read your json and insert it into an Oracle table. You also need a schema that looks something like this to insert your dates into an Oracle as date types: { "type": "record", "name": "NiFi_ExecuteSQL_Record", "namespace": "any.data",