Member since
07-27-2016
13
Posts
1
Kudos Received
0
Solutions
08-04-2016
07:51 PM
got it! thanks
... View more
08-04-2016
04:17 PM
@Sunile Manjee So the "command" property I would configure to fetch the current filesize of the file using unix commands? then it would be written and stored to local disk? Reading the documentation, it seems like it's used to provide path of an executable, but I don't have one to specify
... View more
08-04-2016
03:35 PM
Awesome, exactly what i'm looking for thank you -- i'll try that
... View more
08-04-2016
02:07 PM
1 Kudo
Is the Minimum File Age setting on a GetFile processor the only way to check if large files have been completely written to its directory? Instead of using a timer, is there a way to ask for the current filesize attribute after I use GetFile? I was trying to use UpdateAttribtue/RouteOnStrategy processors to repeatedly check the filesize attribute until it's been completed. Thanks
... View more
Labels:
- Labels:
-
Apache NiFi
07-27-2016
02:36 PM
Thanks for your explanation -- and sorry new to the site, will ask Q&A style in the future. But I am trying to figure out how to distribute data between instances which is why I thought RPG approach might be the way to do it -- is this true?
... View more
07-27-2016
04:01 AM
Hi, I have two questions: 1. My understanding is that if I have two servers and I want to route files on a given condition so that only a certain node located on one of the servers will do processing on these specified files, I should use Site-2-Site/Remote Process Group. Is this correct? 2. I have tried to set up an RPG. First I tried from a Nifi Cluster Manager instance to another remote nifi instance. Then I tried from one NCM to another NCM. I got the same error on both: a java.net.ConnectException. I am able to set up the input port, on the remote instance and have both clusters run on the servers, but the first NCM is unable to pass files to the second. Could this be due to a nifi.properties port issue? I have followed the set up for nifi.properties instructions pretty closely. Also, just for clarification, in nifi.properties on the remote instance (node receiving data) , is the input.remote.socket port on the manager supposed to be different than the child node's? Any advice would be appreciated. Thanks. K
... View more
Labels:
- Labels:
-
Apache NiFi