[
https://issues.apache.org/jira/browse/TWILL-158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15070579#comment-15070579
]
ASF GitHub Bot commented on TWILL-158:
--------------------------------------
GitHub user chtyim opened a pull request:
https://github.com/apache/incubator-twill/pull/73
(TWILL-158) Added FileContext Location and LocationFactory
- Added new unit-tests.
- Minor improvement on HDFSLocationFactory to handle creation URI correctly
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chtyim/incubator-twill feature/TWILL-158
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-twill/pull/73.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 #73
----
commit 1e789ee83c23cb4d49888e57accfda276e0fd23f
Author: Terence Yim <[email protected]>
Date: 2015-12-24T04:38:03Z
(TWILL-158) Added FileContext Location and LocationFactory
- Added new unit-tests.
- Minor improvement on HDFSLocationFactory to handle creation URI correctly
----
> Provides an implementation of Location and LocationFactory using FileContext
> instead of FileSystem
> --------------------------------------------------------------------------------------------------
>
> Key: TWILL-158
> URL: https://issues.apache.org/jira/browse/TWILL-158
> Project: Apache Twill
> Issue Type: New Feature
> Reporter: Terence Yim
> Assignee: Terence Yim
> Fix For: 0.7.0-incubating
>
>
> FileContext is more intended for application developer. It provides better
> support for the rename operation, while the current FileSystem one uses a
> hacky way to implement rename().
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)