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/11/11 05:42:49 UTC

[hadoop] branch trunk updated: HDFS-14975. Add CR for SetECPolicyCommand usage. Contributed by Fei Hui.

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 77934bc  HDFS-14975. Add CR for SetECPolicyCommand usage. Contributed by Fei Hui.
77934bc is described below

commit 77934bc07b9bef3e129826e93e1c1e8a47c00c95
Author: Ayush Saxena <ay...@apache.org>
AuthorDate: Mon Nov 11 11:05:34 2019 +0530

    HDFS-14975. Add CR for SetECPolicyCommand usage. Contributed by Fei Hui.
---
 .../hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/ECAdmin.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/ECAdmin.java b/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/ECAdmin.java
index 80d1b6f..d1c5d65 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/ECAdmin.java
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/ECAdmin.java
@@ -330,7 +330,7 @@ public class ECAdmin extends Configured implements Tool {
           "Set the erasure coding policy for a file/directory.\n\n" +
           listing.toString() + "\n" +
           "-replicate and -policy are optional arguments. They cannot been " +
-          "used at the same time";
+          "used at the same time.\n";
     }
 
     @Override


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