Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8FF5E10B99 for ; Fri, 2 Jan 2015 19:10:34 +0000 (UTC) Received: (qmail 24366 invoked by uid 500); 2 Jan 2015 19:10:35 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 24318 invoked by uid 500); 2 Jan 2015 19:10:35 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 24304 invoked by uid 99); 2 Jan 2015 19:10:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jan 2015 19:10:34 +0000 Date: Fri, 2 Jan 2015 19:10:34 +0000 (UTC) From: "Allen Wittenauer (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-11318) Update the document for hadoop fs -stat MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-11318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Allen Wittenauer updated HADOOP-11318: -------------------------------------- Status: Open (was: Patch Available) > 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 > Attachments: HADOOP-11318-001.patch, HADOOP-11318-002.patch > > > In FileSystemShell.apt.vm, > {code} > stat > Usage: <<>> > 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)