[
https://issues.apache.org/jira/browse/CRAIL-27?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16521267#comment-16521267
]
ASF GitHub Bot commented on CRAIL-27:
-------------------------------------
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]>
----
> Do not reimplement HDFS adapter for AbstractFileSystem
> ------------------------------------------------------
>
> Key: CRAIL-27
> URL: https://issues.apache.org/jira/browse/CRAIL-27
> Project: Apache Crail
> Issue Type: Improvement
> Reporter: Jonas Pfefferle
> Priority: Minor
>
> Use DelegateToFileSystem class to implement AbstractFileSystem instead of
> reimplementing all the calls.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)