Jira contributor access

2024-08-06 Thread Kedvessy Péter
Hi, Please grant me contributor access to NIFI JIRA. My username is pkedvessy. Thanks

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

2024-10-22 Thread Kedvessy Péter
+1 non-binding Verified the followings: - checksum and signature - git commit hash and tag - NiFi build with contrib-check on the following environment: - mac os x 14.3.1 - openjdk 17.0.11 2024-04-16 OpenJDK Runtime Environment Temurin-17.0.11+9 (build 17.0.11+9) OpenJDK

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

2024-10-22 Thread Kedvessy Péter
+1 non-binding Verified the followings: - checksum and signature - git commit hash and tag - NiFi build with contrib-check on the following environment: - mac os x 14.3.1 - openjdk 21.0.3 2024-04-16 LTS OpenJDK Runtime Environment Temurin-21.0.3+9 (build 21.0.3+9-LTS) Ope

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

2024-10-31 Thread Kedvessy Péter
+1 (non-binding) Went through the helper guide and verified the same what I have verified for RC1: - checksum and signature - git commit hash and tag - NiFi build with contrib-check on the following environment: - mac os x 14.3.1 - openjdk 21.0.5 2024-10-15 LTS OpenJDK Runtime

Re: [VOTE] Declare End of Support for NiFi 1

2024-11-14 Thread Kedvessy Péter
+1 (non-binding) David Handermann ezt írta (időpont: 2024. nov. 13., Sze, 21:41): > Team, > > Following a discussion of future support for the NiFi version 1 series > [1], I am calling for a vote on the following proposal: > > 1. Declare NiFi version 1 as End of Support on December 8, 2024. End

Re: importing code into minifi fron nifi

2025-01-06 Thread Kedvessy Péter
i into . > >> - Run the following command to migrate the flow and the bootstrap config > >> ``` > >> ./config.sh transform-yml /conf/config.yml > >> /conf/bootstrap.conf > >> /conf/flow.json.raw > >> /conf/bootstrap.conf > >> ``` > &g

Re: importing code into minifi fron nifi

2024-12-11 Thread Kedvessy Péter
Hi Robert, Seems like the documentation has not been updated. I'm going to file a JIRA ticket to apply doc update about how we can import NiFi 2 exported flow files into MiNiFi. In a nutshell: before moving the json file into minifi, we should convert it with minifi toolkit. Related ticket for mor

Re: importing code into minifi fron nifi

2025-01-10 Thread Kedvessy Péter
Hi, I have addressed the invalid flow json issue: https://issues.apache.org/jira/browse/NIFI-14149 Regards, Peter Kedvessy Péter ezt írta (időpont: 2025. jan. 10., P, 10:49): > Hi Robert, > > Have you checked your minifi agent logs? Specifically the minifi-app.log. > There should

Re: importing code into minifi fron nifi

2025-01-10 Thread Kedvessy Péter
om a nifi 2.1.0 into minifi 2.1.0. > >> > >> I get the following error > >> > >> 2025-01-08 13:16:09,065 ERROR [MiNiFi logging handler] > >> org.apache.nifi.minifi.StdErr Failed to start flow service: Unable to > >> load flow due to: > >> org

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

2025-01-24 Thread Kedvessy Péter
+1 (non-binding) I went through the helper guide, verification steps were performed successfully. Designed and tested a simple flow Build environment: - mac os x 14.3.1 - openjdk 21.0.5 2024-10-15 LTS OpenJDK Runtime Environment Temurin-21.0.5+11 (build 21.0.5+11-LTS) OpenJDK

Re: [VOTE] Release Apache NiFi 2.1.0 (RC3)

2024-12-23 Thread Kedvessy Péter
+1 (non-binding) I went through the helper guide, verification steps were performed successfully. Build environment: - mac os x 14.3.1 - openjdk 21.0.5 2024-10-15 LTS OpenJDK Runtime Environment Temurin-21.0.5+11 (build 21.0.5+11-LTS) OpenJDK 64-Bit Server VM Temurin-21.0.5+11

Re: [VOTE] Release Apache NiFi API 2.1.0 (RC1)

2025-03-30 Thread Kedvessy Péter
+1 (non-binding) Went through the helper guide, did a clean build. Everything LGTM. macOS 14.3.1 (23D60) Apache maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937) openjdk 23.0.2 2025-01-21 OpenJDK Runtime Environment Temurin-23.0.2+7 (build 23.0.2+7) OpenJDK 64-Bit Server VM Temurin-23.0.2+7

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

2025-04-29 Thread Kedvessy Péter
+1 non-binding Release Candidate Verification page still refers to 2.3.0 but it's not a release blocker for sure. I went through the helper guide, verification steps were performed successfully. Designed and verified a simple flow Build environment: - mac os x 14.3.1 - openjdk 21.0.7 2025

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

2025-07-19 Thread Kedvessy Péter
+1 (non-binding) I went through the helper guide, verification steps were performed successfully. Designed and verified a simple flow. Build environment: - Windows 11 - openjdk 21.0.6 2025-01-21 LTS OpenJDK Runtime Environment Microsoft-10800203 (build 21.0.6+7-LTS) OpenJDK 64

Re: flowStatus

2025-07-04 Thread Kedvessy Péter
Hi Brent, Minifi is a simplified version of the robust NiFi server for edge devices. They are using the same flow engine so technically minifi can run multiple process groups but its simplified implementation expects that there is only the root process group in the flow. I think it is the reason f