|
@@ -203,7 +203,7 @@ Below are the details about each command.
|
|
|
|
|
|
* `[-addPolicies -policyFile <file>]`
|
|
|
|
|
|
- Add a list of erasure coding policies. Please refer etc/hadoop/user_ec_policies.xml.template for the example policy file. The maximum cell size is defined in property 'dfs.namenode.ec.policies.max.cellsize' with the default value 4MB. Currently HDFS allows the user to add 64 policies in total, and the added policy ID is in range of 64 to 127. Adding policy will fail if there are already 64 policies added.
|
|
|
+ Add a list of user defined erasure coding policies. Please refer etc/hadoop/user_ec_policies.xml.template for the example policy file. The maximum cell size is defined in property 'dfs.namenode.ec.policies.max.cellsize' with the default value 4MB. Currently HDFS allows the user to add 64 policies in total, and the added policy ID is in range of 64 to 127. Adding policy will fail if there are already 64 policies added.
|
|
|
|
|
|
* `[-listCodecs]`
|
|
|
|
|
@@ -211,7 +211,7 @@ Below are the details about each command.
|
|
|
|
|
|
* `[-removePolicy -policy <policyName>]`
|
|
|
|
|
|
- Remove an erasure coding policy.
|
|
|
+ Remove an user defined erasure coding policy.
|
|
|
|
|
|
* `[-enablePolicy -policy <policyName>]`
|
|
|
|