[ https://issues.apache.org/jira/browse/HADOOP-11034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14134468#comment-14134468
]
Lohit Vijayarenu commented on HADOOP-11034:
-------------------------------------------
+1 Patch looks good to me. I am not sure why this was not part of ViewFileSystem to begin
with. May be someone has history about it, otherwise, changes looks good to me.
> ViewFileSystem is missing getStatus(Path)
> -----------------------------------------
>
> Key: HADOOP-11034
> URL: https://issues.apache.org/jira/browse/HADOOP-11034
> Project: Hadoop Common
> Issue Type: Bug
> Components: viewfs
> Reporter: Gary Steelman
> Attachments: HADOOP-11034-trunk-1.patch, HADOOP-11034.2.patch
>
>
> This patch implements ViewFileSystem#getStatus(Path), which is currently unimplemented.
> getStatus(Path) should return the FsStatus of the FileSystem backing the path. Currently
it returns the same as getStatus(), which is a default Long.MAX_VALUE for capacity, 0 used,
and Long.MAX_VALUE for remaining space.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
|