Re: Two issues when deploying Flink on DC/OS

2018-02-09 Thread Till Rohrmann
Hi, "java.io.IOException: Connection reset by peer" is usually thrown if the remote peer terminates the connection. So the interesting bit would be who's requesting static files from Flink. So far we serve the web frontend and the log and stdout files via the StaticFileServerHandler. Maybe it's DC

Re: Two issues when deploying Flink on DC/OS

2018-02-08 Thread Lasse Nedergaard
And We see the same too Med venlig hilsen / Best regards Lasse Nedergaard > Den 8. feb. 2018 kl. 11.58 skrev Stavros Kontopoulos > : > > We see the same issue here (2): > 2018-02-08 10:55:11,447 ERROR > org.apache.flink.runtime.webmonitor.files.StaticFileServerHandler - Caught > exception >

Re: Two issues when deploying Flink on DC/OS

2018-02-08 Thread Stavros Kontopoulos
We see the same issue here (2): 2018-02-08 10:55:11,447 ERROR org.apache.flink.runtime.webmonitor.files.StaticFileServerHandler - Caught exception java.io.IOException: Connection reset by peer Stavros On Sat, Jan 13, 2018 at 9:59 PM, Eron Wright wrote: > Hello Dongwon, > > Flink doesn't suppor

Re: Two issues when deploying Flink on DC/OS

2018-01-13 Thread Eron Wright
Hello Dongwon, Flink doesn't support a 'unique host' constraint at this time; it simply accepts adequate offers without any such consideration. Flink does support a 'host attributes' constraint to filter certain hosts, but that's not applicable here. Under the hood, Flink uses a library called

Re: Two issues when deploying Flink on DC/OS

2018-01-11 Thread Gary Yao
Hi Dongwon, I am not familiar with the deployment on DC/OS. However, Eron Wright and Jörg Schad (cc'd), who have worked on the Mesos integration, might be able to help you. Best, Gary On Tue, Jan 9, 2018 at 10:29 AM, Dongwon Kim wrote: > Hi, > > I've launched JobManager and TaskManager on DC/O