GitHub user kl0u opened a pull request:
https://github.com/apache/flink/pull/2765
[FLINK-5027] FileSource finishes successfully with a wrong path
Adds a test in the `run()` of the `ContinuousFileMonitoringFunction` that
checks if the user-specified path is valid. If not, the job will throw an
IOException at runtime. We cannot throw the exception at compile time as we may
not have access to the cluster.
R: @tillrohrmann
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kl0u/flink fs_fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2765.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2765
----
commit 4ad9f98f155bcb08c9174919f8cc9b7926c65b4b
Author: kl0u <[email protected]>
Date: 2016-11-07T15:35:38Z
[FLINK-5027] FileSource finishes successfully with a wrong path
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---