You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Eric Yang (JIRA)" <ji...@apache.org> on 2017/12/18 23:27:01 UTC

[jira] [Reopened] (HADOOP-10054) ViewFsFileStatus.toString() is broken

     [ https://issues.apache.org/jira/browse/HADOOP-10054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Yang reopened HADOOP-10054:
--------------------------------

This patch broke trunk development.  Please run unit test:

{code}
mvn clean test -Dtest=TestViewFileSystemLocalFileSystem
{code}

> ViewFsFileStatus.toString() is broken
> -------------------------------------
>
>                 Key: HADOOP-10054
>                 URL: https://issues.apache.org/jira/browse/HADOOP-10054
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: fs
>    Affects Versions: 2.0.5-alpha
>            Reporter: Paul Han
>            Assignee: Hanisha Koneru
>            Priority: Minor
>             Fix For: 3.0.1
>
>         Attachments: HADOOP-10054.001.patch, HADOOP-10054.002.patch
>
>
> ViewFsFileStatus.toString is broken. Following code snippet :
> {code}
> FileStatus stat= somefunc(); // somefunc() returns an instance of ViewFsFileStatus
> System.out.println("path:" + stat.getPath());
>       System.out.println(stat.toString());
> {code}
> produces the output:
> {code}
> path:viewfs://xxxxxxxxx.com/user/XXXXX/tmp-48
> ViewFsFileStatus{path=null; isDirectory=false; length=0; replication=0; blocksize=0; modification_time=0; access_time=0; owner=; group=; permission=rw-rw-rw-; isSymlink=false}
> {code}
> Note that "path=null" is not correct.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-dev-help@hadoop.apache.org