You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/12/05 17:18:31 UTC

[GitHub] [accumulo] etseidl commented on a change in pull request #1445: WIP add erasure coding and storage policy to table/namespace settings

etseidl commented on a change in pull request #1445: WIP add erasure coding and storage policy to table/namespace settings
URL: https://github.com/apache/accumulo/pull/1445#discussion_r354443228
 
 

 ##########
 File path: core/src/main/java/org/apache/accumulo/core/conf/Property.java
 ##########
 @@ -827,6 +828,32 @@
           + " need fast seeks within the timestamp range of a column. When setting this to fail, "
           + "also consider configuring the `" + NoDeleteConstraint.class.getName() + "` "
           + "constraint."),
+  @Experimental
+  TABLE_HDFS_POLICY_PREFIX("table.hdfs.policy.", null, PropertyType.PREFIX,
 
 Review comment:
   Yeah, I was a little conflicted about this one while fixing up the unit tests.  I like having the prefix so it's a little easier to check if properties are related to policy, but since there are only 2 policies I could just enumerate them.  

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services