Member since
12-08-2017
4
Posts
0
Kudos Received
0
Solutions
12-20-2018
04:12 AM
Hello, Is there a property to add anonymous bind in the custom configuration or so ? Regards Arullaldivakar
... View more
12-09-2017
07:39 AM
Thanks @Abdelkrim Hadjidj, It answers my question partially. How to reset the seq number at the beginning of everyday and also we need to store all these date and max(seq) as key/value pair in some reliable filesystem for future reference. Is it possible to achieve the same in NIFI? Currently I have tried the same use case using DistributedMapcache ,FetchDistributedMapcache & PutDistributedMapcache, but the problem is , the updates to the cache are not atomic. Thanks for your help.
... View more
12-08-2017
07:48 PM
How to generate a sequence number in Apache NIFI. For example in my use case, I want to rename each file based on YYYYMMDD****, the '*' should be the sequence number for that particular day. At the same time, I also need to keep all the YYYYMMDD=max(sequence_number) for that day in cache/filesystem for future reference.
... View more
Labels:
- Labels:
-
Apache NiFi