dlmarion commented on code in PR #5743:
URL: https://github.com/apache/accumulo/pull/5743#discussion_r2248529411


##########
core/src/main/java/org/apache/accumulo/core/conf/Property.java:
##########
@@ -1412,6 +1412,20 @@ public enum Property {
           + "constraint.",
       "2.0.0"),
 
+  TABLE_ENABLE_ERASURE_CODES("table.file.ec", "inherit", PropertyType.EC,
+      "This determines if Accumulo will manage erasure codes on a table."
+          + " When setting this to 'enable' must also set erasure.code.policy 
and that policy will "
+          + "always be used regardless of DFS directory settings.  When set to 
'disable', replication "
+          + "will always be used regardless of DFS directory settings.  When 
set to 'inherit' "
+          + "the settings from the directory in dfs will be used. Enabling 
erasure coding on volume "

Review Comment:
   ```suggestion
             + "the settings from the directory in dfs will be used. Enabling 
erasure coding on a volume "
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to