Member since
06-26-2015
515
Posts
140
Kudos Received
114
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2581 | 09-20-2022 03:33 PM | |
| 6970 | 09-19-2022 04:47 PM | |
| 3680 | 09-11-2022 05:01 PM | |
| 4291 | 09-06-2022 02:23 PM | |
| 6798 | 09-06-2022 04:30 AM |
07-07-2022
03:42 PM
1 Kudo
@linssab , You are probably running into this issue described in NIFI-9241, which has been fixed on NiFi 1.15. Cheers, André
... View more
07-07-2022
08:51 AM
2 Kudos
@sayak17 If you are simply looking to GET from a REST API endpoint and take the response and write to a local file on the server where your NiFi service is running, you'll want to use the InvokeHTTP processor and feed that to your putFile processor. If you found this response assisted with your query, please take a moment to login and click on "Accept as Solution" below this post. Thank you, Matt
... View more
07-07-2022
04:14 AM
Hello @stale , Have you already fix this issue? I am facing the same problem with same version 7.6.5 on kerberized cluster
... View more
07-06-2022
01:54 AM
1 Kudo
@araujothe next step is with InvokeHTTP processor to update the stocks of products via Rest Endpoint
... View more
07-05-2022
10:50 PM
1 Kudo
Issue created : https://issues.apache.org/jira/browse/NIFI-10197
... View more
07-05-2022
11:33 AM
1 Kudo
@pk87 Also consider that using timer driven may not always give you 60 minute scheduling. When using timer driven the component will get scheduled upon start and then again x configured amount of time later. A NiFi restart or stopping and starting the processor will reset this. If you need to make sure that a component is only scheduled every x amount of time consistently, you should be using cron driven scheduling strategy which will allow you to set specific time of schedule. Thanks, Matt
... View more
07-01-2022
10:02 AM
@roshanbi Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. Thanks
... View more
06-29-2022
01:35 AM
1 Kudo
@harvey , You are probably running into the problem described in this Technical Service Bulletin. Please check the bulletin for the solution/workaround. Cheers, André
... View more
06-28-2022
05:14 PM
1 Kudo
@samaan_filho , You can have 2 docker containers running NiFi, each one using the same local port 8443. You cannot expose both of those ports with the same port number to your local machine, though. You'd have to map to different port numbers when exposing them. Can you share more details? Alternatively, please take a look at this article: https://community.cloudera.com/t5/Community-Articles/NiFi-cluster-sandbox-on-Docker/ta-p/346271 Cheers, André
... View more
06-27-2022
06:35 AM
Thanks, I have filed a JIRA bug: https://issues.apache.org/jira/browse/NIFI-10171
... View more