Member since
07-27-2016
9
Posts
2
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1877 | 11-30-2016 02:32 PM |
05-09-2017
12:06 AM
Hi @Matt Clarke I will create JIRA for this.
... View more
05-04-2017
03:31 PM
For my usecase, I need to get metadata about file from a remote server. Don't need to fetch actual content of file. So ListSFTP processor works fine. Though getting metadata of file as mentioned in write attributes at ListSFTP , "file size" is missing attribute. What would be easiest workaround to get file size here? Also I think a JIRA might be required to get file size as write attribute for ListSFTP processor.
... View more
Labels:
- Labels:
-
Apache NiFi
12-12-2016
03:35 PM
1 Kudo
Hi @Randy Gelhausen, Is that parser written in Python using any specific module which is not supported by Jython? If parser is completely compatible with Jython, then "ExecuteScript" processor would work without overhead of spawning a new process for every incoming flowfile.
... View more
11-30-2016
02:32 PM
Are you using DistributedMapCache along with ListSFTP? Same file won't be listed by ListSFTP and that may be reason to think it executed only once. If you just "touch" existing file then it is again listed. If there is continuous feed of different files then ListSFTP will list all new files coming into directory.
... View more
11-14-2016
03:48 PM
Nifi's provenance UI provides very low level information. If operations team is interested in high level information then other option is publish provenance information to ElasticSearch and create a Kibana dashboard on top of it customized for operations team.
... View more