Re: OpenTelemetry Integration

2022-07-28 Thread Brian Putt
Hello Bryan / Greg / NiFi devs, Distributed tracing (DT) is similar to provenance in that it shows the path a particular flowfile travels, but its core selling point is that it supports tracing across multiple systems/services regardless of what's receiving the data. Provenance is a fantastic

Re: OpenTelemetry Integration

2022-07-28 Thread Bryan Bende
Hi Greg, I don't really know anything about OpenTelemetry, but from the perspective of integrating something into the framework, some things to consider... Is there some way to piggy-back on provenance and use a ReportingTask to process provenance events and report something to OpenTelemetry?

Re: [VOTE] Release Apache NiFi 1.17.0 (RC2)

2022-07-28 Thread Andrew Lim
+1 (binding) -Ran full clean install on OS X (Catalina 10.15.7, OpenJDK version 1.8.0_252) -Tested secure NiFi with secure NiFi Registry -Ran basic flows successfully; tested basic versioned flow functionality -Reviewed/tested Core UI fixes and documentation updates Drew > On Jul 28, 2022, at

Re: [VOTE] Release Apache NiFi 1.17.0 (RC2)

2022-07-28 Thread Kevin Doran
+1 (binding) Ran through the release helper guide on: Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537) Java version: 1.8.0_333 Default locale: en_US, platform encoding: UTF-8 OS name: "mac os x", version: "12.4", arch: "aarch64", family: "mac" Thanks for RM’ing Joe! Kevin On Jul

Re: [VOTE] Release Apache NiFi 1.17.0 (RC2)

2022-07-28 Thread Joe Witt
+1 binding On Thu, Jul 28, 2022 at 12:54 PM Eduardo Fontes wrote: > Hi, > > 0 (non-binding) > > I found a issue about PutDatabaseRecord processor: > > - https://issues.apache.org/jira/browse/NIFI-10289 PutDatabaseRecord > generating incomplete Merge SQL when using Oracle12DatabaseAdapter > > I

Re: [VOTE] Release Apache NiFi 1.17.0 (RC2)

2022-07-28 Thread Eduardo Fontes
Hi, 0 (non-binding) I found a issue about PutDatabaseRecord processor: - https://issues.apache.org/jira/browse/NIFI-10289 PutDatabaseRecord generating incomplete Merge SQL when using Oracle12DatabaseAdapter I submitted the following pull request to address the issue: - NIFI-10289

OpenTelemetry Integration

2022-07-28 Thread glma...@uwe.nsa.gov.INVALID
Nifi Devs, My team and I are looking for guidance on how we can extend Apache Nifi's capabilities. Specifically we're looking to include distributed tracing. We'll approach this effort as if we're the tracing experts and simply seeking implementation guidance. Our developers have good exposure

Re: [VOTE] Release Apache NiFi 1.17.0 (RC2)

2022-07-28 Thread Nathan Gough
- Tested OIDC with G Suite - Tested SAML with G Suite - Tested LDAP - Tested insecure mode (boo) - Tested using an X509 secure 3 node cluster, sending data across nodes with RPG and PostHTTP/ListenHTTP, a Jolt transform. - Verified that controller services and reporting tasks are starting and

Re: [VOTE] Release Apache NiFi 1.17.0 (RC2)

2022-07-28 Thread Csaba Bejan
+1 (non-binding) - Went through the helper guide - Verified signatures and hashes - Built on OSX 11.6.6 - AdoptOpenJDK (build 1.8.0_282-b08) - Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537) - Verified that MiNiFi starts up and published a basic flow via the C2 protocol which was picked up

Re: [VOTE] Release Apache NiFi 1.17.0 (RC2)

2022-07-28 Thread David Handermann
+1 (binding) - Verified signatures and hashes - Ran build using Maven 3.8.6 - Ran build on Ubuntu 22.04 with Azul Zulu JDK 1.8.0-332 AMD64 - Ran build on Ubuntu 22.04 with Azul Zulu JDK 11.0.12 AMD64 - Ran build on Ubuntu 22.04 with Azul Zulu JDK 17.0.4 AMD64 - Ran build on macOS 12.5 with Azul

Re: [VOTE] Release Apache NiFi 1.17.0 (RC2)

2022-07-28 Thread Mark Payne
+1 (binding) - Performed full build with contrib-check - Verified Hashes - Verified Signatures - Ran through all system tests - Performed some manual testing - Ran performance test. Saw that it is roughly inline with previous versions. Thanks - Mark > On Jul 28, 2022, at 10:28 AM, Joe Witt

Re: Windows - can't find user/password in log file.

2022-07-28 Thread Joe Witt
John This is probably better for the us...@nifi.apache.org list. Since this thread had to be moderated I'm guessing you're not subscribed so I added you as a bcc in this response but please subscribe to avoid moderation delays. Please let us know what version of NIFi you're talking about and

Windows - can't find user/password in log file.

2022-07-28 Thread john smith
Hello, I'm new to NiFi. I've followed all the instructions to load NiFi to my Windows laptop, but I don't see the default userid/password in the log file. I've also tried the command to change it, but that doesn't work. Any help would be appreciated. John

[VOTE] Release Apache NiFi 1.17.0 (RC2)

2022-07-28 Thread Joe Witt
Hello, I am pleased to be calling this vote for the source release of Apache NiFi 1.17.0. The source zip, including signatures, digests, etc. can be found at: https://repository.apache.org/content/repositories/orgapachenifi-1210 The source being voted upon and the convenience binaries can be

Fwd: How to decode, encoded data read by 'captureChangeMySql' processor in NiFi

2022-07-28 Thread Abhishek Singh
Hi Team , I want to move source DB data to destination DB. Source db table has a 'metadat' column, dataType='JSON'. I am using the 'captureChangeMySql' processor to ready the change data from mysql binary-log file and put the data to destination db. 'captureChangeMySql' processor to read the

How to decode, encoded data read by 'captureChangeMySql' processor in NiFi

2022-07-28 Thread Abhishek Singh
Hi Team , I want to move source DB data to destination DB. Source db table has a 'metadat' column, dataType='JSON'. I am using the 'captureChangeMySql' processor to ready the change data from mysql binary-log file and put the data to destination db. 'captureChangeMySql' processor to read the