GitHub user patrickstuedi opened a pull request:
https://github.com/apache/incubator-crail/pull/30
Hdfscleanup
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/patrickstuedi/incubator-crail hdfscleanup
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-crail/pull/30.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 #30
----
commit b31bfd786786e82e6df8e7c36e7083ea66ae7d23
Author: Patrick Stuedi <pstuedi@...>
Date: 2018-06-25T11:16:01Z
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]>
commit 90703f297ce4c5bc3eb7820101861b480291c27f
Author: Patrick Stuedi <pstuedi@...>
Date: 2018-06-25T11:46:45Z
Make sure statistics are updated across all classes in the Crail HDFS
module
Previously statistics where only captured in HDFSOutputStream and parts
of the CrailHadoopFileSystem.
https://issues.apache.org/jira/browse/CRAIL-26
Signed-off-by: Patrick Stuedi <[email protected]>
----
---