Member since
03-06-2017
32
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5965 | 10-09-2018 01:24 PM |
02-11-2020
10:40 AM
Thanks @MattWho .. Joe Asked me to build using PR# 4045, and test it... M on it to verify if it fixed the issue... Will let you know... Thanks for your help..
... View more
10-09-2018
01:24 PM
In the end, I created the new cluster with HDF 3.2.0. With NiFi Registry made it very fast. Thanks to all which tried to help.
... View more
08-08-2018
04:32 PM
Hi @Ilya Li, Glad to hear your issue is resolved. If this comment helped you can you please accept this answer as Best answer so that other Users who face the issue will get Help from this.
... View more
07-29-2018
05:15 PM
@Ilya Li Yes upgrading to HDF-3.1.2.0 will solve this issue and few other issues of HDF-3.1.1. Please accept the answer if you find it appropriate.
... View more
07-19-2018
12:48 PM
@Ilya Li Your question has been answered here by @mpayne: https://community.hortonworks.com/questions/55454/can-nifi-promise-each-of-the-flowfiles-can-be-proc.html
... View more
07-11-2018
03:49 PM
@Ilya Li - Each NiFi processor component must complete its execution before the triggering FlowFile is routed to one of the outbound relationships from the incoming connection. - Using you example: the PutSQL processor would execute based on an incoming Flow or batch of incoming FlowFiles. Should NiFi completely die in the middle of the scheduled execution. Upon NiFi recover the FlowFile or Batch of Flowfiles would still be located on incoming connection to the putSQL processor and the same execution would occur again. - Thank you, Matt - When an "Answer" addresses/solves your question, please select "Accept" beneath that answer. This encourages user participation in this forum.
... View more
07-11-2017
05:09 AM
Unfortunately, I'm not aware of any existing client app that can deserialize what NiFi state manager stores. But since ZookeeperStateProvider.deserialize method source code is available and it's not that complicated, you can write a simple app that connects to Zk, get value from Znode and deserialize it.
... View more
07-02-2017
02:37 PM
@Bryan Bende Thank you very much. This type works. My next step will be refactoring.
... View more