I am quite new to nifi. We want to download a csv file from an FtpServer and insert in into HDFS.
I have got this working with a small test file by using the getSFTP and putHDFS processors. We now want to work with our first actual data file of around 15Gb, and later date files of possibly in the 200-500 GB range. Are there any restrictions on the size of the files that can be ingested, and if so, how can these be overcome ?
Thanks very much in advance