Member since
11-16-2015
892
Posts
649
Kudos Received
245
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4919 | 02-22-2024 12:38 PM | |
1287 | 02-02-2023 07:07 AM | |
2927 | 12-07-2021 09:19 AM | |
4093 | 03-20-2020 12:34 PM | |
13727 | 01-27-2020 07:57 AM |
09-12-2024
05:43 AM
If you are only building a custom NAR, you should be able to use one of the Gradle plugins from the list that was posted here. Building all of NiFi as a Gradle project may not be quite as feasible, but I believe a 'gradle init' can (almost?) convert the project into a Gradle build. You may also want to look at Gradle plugins that are similar to the Maven plugins we use for the project such as identifying vulnerabilites in dependencies, checkstyle (if you have such a requirement), etc.
... View more
08-13-2024
07:34 AM
Is the incoming FlowFile an Avro file? Or is it JSON or something else?
... View more
04-11-2024
10:31 AM
1 Kudo
How is your ListSFTP processor configured? Can you increase the Entity Tracking Window to include the difference in timezones?
... View more
03-19-2024
12:58 PM
The post you linked to has the command-line version of the Groovy script, it's based on my blog post at: https://funnifi.blogspot.com/2016/04/inspecting-your-nifi.html. You can put that code in your ExecuteScript (or InvokeScriptedProcessor in the onTrigger()). It might need slight alterations but should be pretty close. If you want to write them to a FlowFile you'll have to add that to the script as well.
... View more
02-23-2024
11:51 AM
1 Kudo
https://issues.apache.org/jira/browse/NIFI-12839
... View more
02-22-2024
12:38 PM
I think this is a bug, I'm looking into it. Looks like it's using your 1.0-SNAPSHOT version for NiFi dependencies when it should be using nifiVersion. To get things going, use 2.0.0-M2 for your version for now, then you can go back into the helloworld module and change the version back to what you want.
... View more
06-13-2023
02:59 PM
1 Kudo
Tracking here: https://issues.apache.org/jira/browse/NIFI-11682
... View more
06-13-2023
01:57 PM
1 Kudo
It looks like this is a regression from https://issues.apache.org/jira/browse/NIFI-9607 but will need a different solution than just restoring the code changes as it would fail the behavior the aforementioned Jira was meant to fix.
... View more
06-13-2023
01:49 PM
I was finally able to reproduce the issue, looking into a fix now
... View more