Member since
01-01-2019
4
Posts
0
Kudos Received
0
Solutions
01-23-2019
06:25 AM
Oh that worked. Thank you! I thought that only writes attributes which apear in the processor documentation are accessable. How can i find each processor accessable attributes?
... View more
01-22-2019
09:14 PM
hello all, I need to pull files from linux server, so at first i used listFile and fetchFile processors. The files are being writing and when they are done, nifi need to pull them. Unfotunatly, listFile timestamp already list the file but fetchFile did not pull them because they are still being writing (i added last modified limitation). so the files left in the server. To solve this problem, i started using getSftp which is really good, but it does not include file size attribute. I can see the file size at DETAILS tab in the flowFile but cant access it. Do you have any suggestion?
... View more
Labels:
- Labels:
-
Apache NiFi
01-02-2019
06:23 AM
Already changed it, but still i am getting the same answer. This is not the issue.
... View more
01-01-2019
08:50 PM
Hi there! I set up standalone NIFI 1.8.0 and now try to communicate with it using node through his api. I am trying to deploy template which already exist on nifi (made it through GUI) : POST to "www.localhost:8080/nifi-api/process-groups/{THE_TEMPLATE_ID}/template-instance" but recieving error 415 status : media type not supported. I cant figure out what is worng with the request. I did not set up any authentication, but still when i tried to make any change like creating processor i am getting error 405 : not allowed. How is that possible? love for some help, john
... View more
Labels:
- Labels:
-
Apache NiFi