Re: k8s FileNotFoundException

2017-08-09 Thread Aljoscha Krettek
Is the file also available on the TaskManager containers? These are doing the actual reading, in fact. In general, I would suggest to use a distributed file system as input for a Flink Job if you want to process files. Best, Aljoscha > On 4. Aug 2017, at 14:13, Kaepke, Marc wrote: > > Hi ever

k8s FileNotFoundException

2017-08-04 Thread Kaepke, Marc
Hi everyone, I always get an FileNotFoundException by following the kubernetes setup guide [1]. I moved my jar and my input file onto the job manager pod After that I join the job manager pod by using: kubectl exec -it - - /bin/bash With ls I can see both files. WordCount-example worked well.