[
https://issues.apache.org/jira/browse/HADOOP-11318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14280411#comment-14280411
]
Hudson commented on HADOOP-11318:
---------------------------------
FAILURE: Integrated in Hadoop-Mapreduce-trunk #2026 (See
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2026/])
HADOOP-11318. Update the document for hadoop fs -stat (aajisaka: rev
ce29074685abaa88ae9586fe8277aca23f9d54d6)
*
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/shell/Stat.java
* hadoop-common-project/hadoop-common/src/test/resources/testConf.xml
* hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm
* hadoop-common-project/hadoop-common/CHANGES.txt
> Update the document for hadoop fs -stat
> ---------------------------------------
>
> Key: HADOOP-11318
> URL: https://issues.apache.org/jira/browse/HADOOP-11318
> Project: Hadoop Common
> Issue Type: Bug
> Components: documentation
> Affects Versions: 2.5.1
> Reporter: Akira AJISAKA
> Assignee: Akira AJISAKA
> Labels: newbie
> Fix For: 2.7.0
>
> Attachments: HADOOP-11318-001.patch, HADOOP-11318-002.patch,
> HADOOP-11318-002.patch, HADOOP-11318-003.patch
>
>
> In FileSystemShell.apt.vm,
> {code}
> stat
> Usage: <<<hdfs dfs -stat URI [URI ...]>>>
> Returns the stat information on the path.
> {code}
> Now {{-stat}} accepts the below formats.
> * %b: Size of file in blocks
> * %g: Group name of owner
> * %n: Filename
> * %o: Block size
> * %r: replication
> * %u: User name of owner
> * %y: UTC date as "yyyy-MM-dd HH:mm:ss"
> * %Y: Milliseconds since January 1, 1970 UTC
> They should be documented.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)