GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/2887
[FLINK-4870] [FLINK-5162] Fix issues on windows related to Path/URI
generation
This PR fixes the FileSystemBlocStore and ContinuousFileMonitoringFunction
on Windows.
In both classes an URI is generated from a String and given to a Flink
FileSystem instance. However, on Windows it is a hard requirement that all
URI's that are generated first go through the Path class.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink 5160_4870_test_uri_generation
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2887.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 #2887
----
commit 2942b871ad1a0369e37aa72eae17ca6a126ee212
Author: zentol <[email protected]>
Date: 2016-11-25T12:23:56Z
[FLINK-5162] Fix BlobRecoveryITCase#testBlobServerRecovery on Windows
commit 935943ad520e253d62da22f3320e15b619f11325
Author: zentol <[email protected]>
Date: 2016-11-25T12:27:43Z
[FLINK-4870] Fix path handling in ContinuousFileMonitoringFunction
----
---
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.
---