GitHub user rmetzger opened a pull request:
https://github.com/apache/incubator-flink/pull/268
[FLINK-1266] Generalize DistributedFileSystem implementation
to HadoopFileSystem wrapper, which supports all subclasses of
org.apache.hadoop.fs.FileSystem.
This allows us to let users use all file systems with support for HDFS.
The change has been tested with Tachyon, Google Cloud Storage Hadoop
Adapter and HDFS.
The change also cleans up the Hadoop dependency exclusions.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rmetzger/incubator-flink flink1266
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-flink/pull/268.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 #268
----
commit 5c6c0d93dcb4030eb599f79927da9ace53292bb1
Author: Robert Metzger <[email protected]>
Date: 2014-12-12T15:45:02Z
[FLINK-1266] Generalize DistributedFileSystem implementation
to HadoopFileSystem wrapper, which supports all subclasses of
org.apache.hadoop.fs.FileSystem.
This allows us to let users use all file systems with support for HDFS.
The change has been tested with Tachyon, Google Cloud Storage Hadoop
Adapter and HDFS.
The change also cleans up the Hadoop dependency exclusions.
----
---
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.
---