Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 643D6200C39 for ; Thu, 2 Mar 2017 05:11:08 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 62D51160B78; Thu, 2 Mar 2017 04:11:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AA917160B70 for ; Thu, 2 Mar 2017 05:11:07 +0100 (CET) Received: (qmail 86760 invoked by uid 500); 2 Mar 2017 04:11:06 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 86748 invoked by uid 99); 2 Mar 2017 04:11:06 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Mar 2017 04:11:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 49676DFDE6; Thu, 2 Mar 2017 04:11:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: yqlin@apache.org To: common-commits@hadoop.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: hadoop git commit: HDFS-11478. Update EC commands in HDFSCommands.md. Contributed by Yiqun Lin. Date: Thu, 2 Mar 2017 04:11:06 +0000 (UTC) archived-at: Thu, 02 Mar 2017 04:11:08 -0000 Repository: hadoop Updated Branches: refs/heads/trunk 6f6dfe020 -> 555d0c399 HDFS-11478. Update EC commands in HDFSCommands.md. Contributed by Yiqun Lin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/555d0c39 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/555d0c39 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/555d0c39 Branch: refs/heads/trunk Commit: 555d0c39950078e80a373f188c3b1529995d0af7 Parents: 6f6dfe0 Author: Yiqun Lin Authored: Thu Mar 2 12:10:24 2017 +0800 Committer: Yiqun Lin Committed: Thu Mar 2 12:10:24 2017 +0800 ---------------------------------------------------------------------- .../hadoop-hdfs/src/site/markdown/HDFSCommands.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/555d0c39/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md index b65cc78..d031dad 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md +++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md @@ -436,8 +436,9 @@ Runs the diskbalancer CLI. See [HDFS Diskbalancer](./HDFSDiskbalancer.html) for Usage: hdfs ec [generic options] - [-setPolicy [-p ] ] - [-getPolicy ] + [-setPolicy -policy -path ] + [-getPolicy -path ] + [-unsetPolicy -path ] [-listPolicies] [-usage [cmd ...]] [-help [cmd ...]] @@ -446,6 +447,7 @@ Usage: |:---- |:---- | |-setPolicy| Set a specified ErasureCoding policy to a directory| |-getPolicy| Get ErasureCoding policy information about a specified path| +|-unsetPolicy| Unset an ErasureCoding policy set by a previous call to "setPolicy" on a directory | |-listPolicies| Lists all supported ErasureCoding policies| Runs the ErasureCoding CLI. See [HDFS ErasureCoding](./HDFSErasureCoding.html#Administrative_commands) for more information on this command. --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-commits-help@hadoop.apache.org