You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ay...@apache.org on 2019/08/06 03:28:37 UTC

[hadoop] branch trunk updated: HDFS-14679. Failed to add erasure code policies with example template. Contributed by Yuan Zhou.

This is an automated email from the ASF dual-hosted git repository.

ayushsaxena pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 1127215  HDFS-14679. Failed to add erasure code policies with example template. Contributed by Yuan Zhou.
1127215 is described below

commit 11272159bb7308b854319b73a76d60f2ec5bfe23
Author: Ayush Saxena <ay...@apache.org>
AuthorDate: Tue Aug 6 08:42:15 2019 +0530

    HDFS-14679. Failed to add erasure code policies with example template. Contributed by Yuan Zhou.
---
 .../hadoop-hdfs/src/main/conf/user_ec_policies.xml.template        | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/conf/user_ec_policies.xml.template b/hadoop-hdfs-project/hadoop-hdfs/src/main/conf/user_ec_policies.xml.template
index 8510b35..36350ef 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/conf/user_ec_policies.xml.template
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/conf/user_ec_policies.xml.template
@@ -35,20 +35,21 @@
   <schema id="XORk2m1">
     <!-- The combination of codec, k, m and options as the schema ID, defines
      a unique schema, for example 'xor-2-1'. schema ID is case insensitive -->
-    <!-- codec with this specific name should exist already in this system -->
+    <!-- codec with this specific name should exist already in this system.
+     The codec name is case sensitive -->
     <codec>xor</codec>
     <k>2</k>
     <m>1</m>
     <options> </options>
   </schema>
   <schema id="RSk12m4">
-    <codec>RS</codec>
+    <codec>rs</codec>
     <k>12</k>
     <m>4</m>
     <options> </options>
   </schema>
   <schema id="RS-legacyk12m4">
-    <codec>RS-legacy</codec>
+    <codec>rs-legacy</codec>
     <k>12</k>
     <m>4</m>
     <options> </options>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org