Member since
12-20-2017
4
Posts
0
Kudos Received
0
Solutions
11-05-2018
08:42 PM
Hi everyone, does anyone know if exist any way to use a select dbname output as input ( DBCPConnectionPool name ), I have 30 queries to execute on more than 100 db's and i like to avoid create 100 processors groups. Regards
... View more
Labels:
- Labels:
-
Apache NiFi
12-30-2017
07:25 PM
Hi @Shu After read this warning and review in detail the code of the PutFile Processor, i had find line 394: // FTP server probably doesn't support MFMT command So i guess that this behaviour its related with the vsftpd server (version 3.0.3). I will test another ftpserver. Regards
... View more
12-30-2017
12:48 PM
Hi Shu, thanks for your answer.
i had tried your advice setting the ${file.lastModifiedTime} but the processor raise this warning and set the execution date as the lastModifiedTime on the destination file . Regards
... View more
12-30-2017
12:53 AM
Hi all, i need some help with this behaviour. I have 2 processors (GetFTP > PutFTP) and i had a trouble with the manipulation about the lastModifiedTime, i need to set the original date of the sourcefile when i do the PutFTP
. i had let the property unset but the attribute lastModifiedTime has change.
Nifi version 1.4.0-rc2 The documentation saids: The lastModifiedTime to assign to the file after transferring it. If not set, the lastModifiedTime will not be changed. Format must be yyyy-MM-dd'T'HH:mm:ssZ. You may also use expression language such as ${file.lastModifiedTime}. If the value is invalid, the processor will not be invalid but will fail to change lastModifiedTime of the file. Supports Expression Language: true Regards
... View more
Labels:
- Labels:
-
Apache NiFi