RE: org.apache.flink.core.fs.Path error?

2016-10-20 Thread Radu Tudoran
er file readers outside flink From: Chesnay Schepler [mailto:ches...@apache.org] Sent: Thursday, October 20, 2016 4:06 PM To: user@flink.apache.org Subject: Re: org.apache.flink.core.fs.Path error? I believe i found the issue. The ContinuousFileMonitoringFunction never converts the given string to a

Re: org.apache.flink.core.fs.Path error?

2016-10-20 Thread Chesnay Schepler
taskmanager.Task.run(_Task.java:584_) at java.lang.Thread.run(_Thread.java:745_) *From:*Chesnay Schepler [mailto:ches...@apache.org] *Sent:* Thursday, October 20, 2016 2:22 PM *To:* user@flink.apache.org *Subject:* Re: org.apache.flink.core.fs.Path error? Hello Radu, Flink can handle windo

Re: org.apache.flink.core.fs.Path error?

2016-10-20 Thread Chesnay Schepler
:ches...@apache.org>] *Sent:* Thursday, October 20, 2016 2:22 PM *To:* user@flink.apache.org <mailto:user@flink.apache.org> *Subject:* Re: org.apache.flink.core.fs.Path error? Hello Radu, Flink can handle windows paths, this alone can't be the problem. If you cou

RE: org.apache.flink.core.fs.Path error?

2016-10-20 Thread Radu Tudoran
ailto:ches...@apache.org] Sent: Thursday, October 20, 2016 2:22 PM To: user@flink.apache.org Subject: Re: org.apache.flink.core.fs.Path error? Hello Radu, Flink can handle windows paths, this alone can't be the problem. If you could post the error you are getting we may pinpoint the issue, but right now i wou

Re: org.apache.flink.core.fs.Path error?

2016-10-20 Thread Chesnay Schepler
Hello Radu, Flink can handle windows paths, this alone can't be the problem. If you could post the error you are getting we may pinpoint the issue, but right now i would suggest the usual: check that the path is indeed correct, that you have sufficient permissions to access the file. And