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 BC855200B4C for ; Fri, 22 Jul 2016 20:08:52 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BB0CE160A5A; Fri, 22 Jul 2016 18:08:52 +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 12CE8160A6D for ; Fri, 22 Jul 2016 20:08:51 +0200 (CEST) Received: (qmail 10534 invoked by uid 500); 22 Jul 2016 18:08:51 -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 10525 invoked by uid 99); 22 Jul 2016 18:08:51 -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; Fri, 22 Jul 2016 18:08:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B7959E058E; Fri, 22 Jul 2016 18:08:50 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: umamahesh@apache.org To: common-commits@hadoop.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: hadoop git commit: HDFS-10565: Erasure Coding: Document about the current allowed storage policies for EC Striped mode files Date: Fri, 22 Jul 2016 18:08:50 +0000 (UTC) archived-at: Fri, 22 Jul 2016 18:08:52 -0000 Repository: hadoop Updated Branches: refs/heads/trunk c60a68ce1 -> 77ac04efe HDFS-10565: Erasure Coding: Document about the current allowed storage policies for EC Striped mode files Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/77ac04ef Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/77ac04ef Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/77ac04ef Branch: refs/heads/trunk Commit: 77ac04efe46e4b374c3c6a20895ab7370b1206d3 Parents: c60a68c Author: Uma Maheswara Rao G Authored: Fri Jul 22 11:08:20 2016 -0700 Committer: Uma Maheswara Rao G Committed: Fri Jul 22 11:08:20 2016 -0700 ---------------------------------------------------------------------- .../hadoop-hdfs/src/site/markdown/ArchivalStorage.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/77ac04ef/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/ArchivalStorage.md ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/ArchivalStorage.md b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/ArchivalStorage.md index 803cc91..31bea7c 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/ArchivalStorage.md +++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/ArchivalStorage.md @@ -81,7 +81,9 @@ The following is a typical storage policy table. | 5 | Warm | DISK: 1, ARCHIVE: *n*-1 | ARCHIVE, DISK | ARCHIVE, DISK | | 2 | Cold | ARCHIVE: *n* | \ | \ | -Note that the Lazy\_Persist policy is useful only for single replica blocks. For blocks with more than one replicas, all the replicas will be written to DISK since writing only one of the replicas to RAM\_DISK does not improve the overall performance. +Note 1: The Lazy\_Persist policy is useful only for single replica blocks. For blocks with more than one replicas, all the replicas will be written to DISK since writing only one of the replicas to RAM\_DISK does not improve the overall performance. + +Note 2: For the erasure coded files with striping layout, the suitable storage policies are All\_SSD, Hot, Cold. So, if user sets the policy for striped EC files other than the mentioned policies, it will not follow that policy while creating or moving block. ### Storage Policy Resolution --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-commits-help@hadoop.apache.org