Re: Saving file to the ftp server

2020-07-21 Thread Robert Metzger
Hi Paweł, I believe this is a bug. I don't think many people use Flink to write to an FTP server, that's why this hasn't been addressed yet. There's probably something off with the semantics of distributed vs non-distributed file systems. I guess the easiest way to resolve this is by running your F

Saving file to the ftp server

2020-07-10 Thread Paweł Goliszewski
Hi to all, I tried to send a file from local storage to ftp server in docker container (image: stilliard/pure-ftpd) using Flink 1.10 with hadoop 2.8.5. I tried to do so with the following code: final ExecutionEnvironment env = ExecutionEnvironment.getExecutionEnvironment(); Dat