53 results
Sorted by:
In NiFi/HDF, it is possible to create a kind of lookup table of key/value pairs using a DistributedMapCacheServer. The DistributedMapCacheServer is used by various processors such as GetHBase and D...
Labels:
‎02-07-2019
03:09 PM
Master Collaborator
Created ‎02-07-2019 03:09 PM
Hi, currently I'm dealing with the DistributedMapCache-thing... Found this article which gave me an idea of all this, great! https://community.hortonworks.com/articles/71837/working-with-a-nifi-distributedmapcache...
Labels:
- Labels:
-
Apache NiFi
‎05-25-2022
07:59 AM
Explorer
Created ‎05-25-2022 07:59 AM
Working on a wait-notify setup, but it is running into issues. It is constantly being populated with an "Address already in use" error although there is just the one set of DistributedMapCache...
Labels:
- Labels:
-
Apache NiFi
Here is my use case -- I would like to use the DistributedMapCache to cache about 30k records that I read from an http service. Once per day, I'd like to update the cache, which includes removing i...
Labels:
- Labels:
-
Apache NiFi
...ache understand that this row no longer exists in the source and should be deleted from the Cache. I see a function "remove" in DistributedMapCacheClient.java .. How do i use the remove functionality? A...
Labels:
- Labels:
-
Apache NiFi
‎05-11-2018
02:30 AM
2 Kudos
Guru
Created on ‎05-11-2018 02:30 AM - edited ‎08-17-2019 07:32 AM
In this article, I'm going to cover a simple solution to control the data processing in NiFi serially or based on an event trigger. This article use Wait and Notify processors and DistributedMapCache...
Labels:
‎01-30-2023
09:59 PM
Expert Contributor
Created ‎01-30-2023 09:59 PM
I have a flow file that I want to enrich with the contents from a list of JSON values based on the "id". Basically perform an inner join of the flow file with this look-up data set. Howev...
Labels:
- Labels:
-
Apache NiFi
‎02-10-2022
05:26 AM
Rising Star
Created ‎02-10-2022 05:26 AM
Hello, a question regarding application design in NiFi. We have a REST resource which provides data changes since a unix timestamp, which is passed inside a json structure to be sent as htt...
Labels:
- Labels:
-
Apache NiFi
‎09-07-2017
03:12 PM
Explorer
Created ‎09-07-2017 03:12 PM
Hello, Is it possible to compare the attributes of two different flowfiles and only pass one if the comparisson results matched? Thank you, Jon
Labels:
- Labels:
-
Apache NiFi
‎11-08-2023
01:50 AM
Contributor
Created ‎11-08-2023 01:50 AM
I want to create a flow In NIFI where i want to consumer data from 3 Kafka topics and produce that data into 3 different Kafka topics . each topic should produce data into unique topic . for example ...
Labels:
- Labels:
-
Apache Kafka