GitHub user patrickstuedi opened a pull request:
https://github.com/apache/incubator-crail/pull/29
Delegate implementation of CrailHDFS to CrailHadoopFileSystem
Implement AbstractFileSystem by delegating function calls to
CrailHadoopFileSystm. The same can be done also by using
DelegateToFileSystem from hadoop-common, but this results in additional
operations (e.g., exists(path) and checkPath(path)).
https://issues.apache.org/jira/projects/CRAIL/issues/CRAIL-27
Signed-off-by: Patrick Stuedi <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/patrickstuedi/incubator-crail hdfscommon
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-crail/pull/29.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 #29
----
commit 7bbc95bda2da9d8bbcbbc0f360acb61bb26e4b6a
Author: Patrick Stuedi <pstuedi@...>
Date: 2018-06-23T20:58:21Z
Delegate implementation of CrailHDFS to CrailHadoopFileSystem
Implement AbstractFileSystem by delegating function calls to
CrailHadoopFileSystm. The same can be done also by using
DelegateToFileSystem from hadoop-common, but this results in additional
operations (e.g., exists(path) and checkPath(path)).
https://issues.apache.org/jira/projects/CRAIL/issues/CRAIL-27
Signed-off-by: Patrick Stuedi <[email protected]>
----
---