Re: Error submitting flink job

2017-09-01 Thread Krishnanand Khambadkone
I had to restart the flink process. That fixed the issue Sent from my iPhone > On Sep 1, 2017, at 3:39 PM, ant burton wrote: > > Is this of any help > > https://stackoverflow.com/questions/33890759/how-to-specify-overwrite-to-writeastext-in-apache-flink-streaming-0-10-0 > > fs.overwrite-files

Re: Re: Error submitting flink job

2017-09-01 Thread Krishnanand Khambadkone
I have set this in my flink-conf.yaml file. On Friday, September 1, 2017, 3:39:05 PM PDT, ant burton wrote: Is this of any help https://stackoverflow.com/questions/33890759/how-to-specify-overwrite-to-writeastext-in-apache-flink-streaming-0-10-0 fs.overwrite-files: true in your flink-co

Re: Error submitting flink job

2017-09-01 Thread ant burton
Is this of any help https://stackoverflow.com/questions/33890759/how-to-specify-overwrite-to-writeastext-in-apache-flink-streaming-0-10-0 fs.overwrite-files: true in your flin

Error submitting flink job

2017-09-01 Thread Krishnanand Khambadkone
I am trying to submit a flink job from the command line and seeing this error.   Any idea what could be happening java.io.IOException: File or directory already exists. Existing files and directories are not overwritten in NO_OVERWRITE mode. Use OVERWRITE mode to overwrite existing files and dir