Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 35494 invoked from network); 20 Oct 2008 21:55:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Oct 2008 21:55:37 -0000 Received: (qmail 70864 invoked by uid 500); 20 Oct 2008 21:55:37 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 70845 invoked by uid 500); 20 Oct 2008 21:55:37 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 70834 invoked by uid 99); 20 Oct 2008 21:55:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Oct 2008 14:55:37 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Oct 2008 21:54:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4CEEB234C234 for ; Mon, 20 Oct 2008 14:54:44 -0700 (PDT) Message-ID: <1729525474.1224539684314.JavaMail.jira@brutus> Date: Mon, 20 Oct 2008 14:54:44 -0700 (PDT) From: "Suresh Srinivas (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-4438) Add new/missing dfs commands in forrest In-Reply-To: <1526504677.1224215084195.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-4438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas updated HADOOP-4438: ------------------------------------ Attachment: HADOOP-4438.patch commands_manual has already been updated with setSpaceQuota and clrSpaceQuota. In hdfs_shell, made the following changes: - Added documentation for -count command - -moveFromLocal command had "not implemented" as the description. Updating it with the description given in the command line help. - -moveToLocal is currently shown as "Not implemented yet" in the command line help. Updated the hdfs_shell to include the same documentation. - Anchors referencing to "put" and "get" sections from copyFromLocal, copyToLocal is currently not working. Fixed these anchor issues. > Add new/missing dfs commands in forrest > --------------------------------------- > > Key: HADOOP-4438 > URL: https://issues.apache.org/jira/browse/HADOOP-4438 > Project: Hadoop Core > Issue Type: Bug > Components: dfs, documentation > Affects Versions: 0.19.0 > Reporter: Hemanth Yamijala > Assignee: Suresh Srinivas > Priority: Blocker > Fix For: 0.19.0 > > Attachments: HADOOP-4438.patch > > > The following DFS commands are missing Forrest documentation, as per HADOOP-4427. Splitting that as there are different teams working on the issues. > commands_manual: > - dfsadmin [-setSpaceQuota ...] > - [-clrSpaceQuota ...] > hdfs_shell: > - fs [-count[-q] ] > - [-moveToLocal [-crc] ] -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.