HDFS-8556. Erasure Coding: Fix usage of 'createZone' (Contributed by Vinayakumar B)
This commit is contained in:
parent
e299fe86b8
commit
c5d4652ded
|
@ -289,3 +289,5 @@
|
|||
|
||||
HDFS-8460. Erasure Coding: stateful read result doesn't match data
|
||||
occasionally because of flawed test. (Walter Su via zhz)
|
||||
|
||||
HDFS-8556. Erasure Coding: Fix usage of 'createZone' (vinayakumarb)
|
||||
|
|
|
@ -83,7 +83,7 @@ public abstract class ECCommand extends Command {
|
|||
*/
|
||||
static class CreateECZoneCommand extends ECCommand {
|
||||
public static final String NAME = "createZone";
|
||||
public static final String USAGE = "[-s <schemaName>] <path>";
|
||||
public static final String USAGE = "[-s <schemaName>] [-c <cellSize>] <path>";
|
||||
public static final String DESCRIPTION =
|
||||
"Create a zone to encode files using a specified schema\n"
|
||||
+ "Options :\n"
|
||||
|
|
Loading…
Reference in New Issue