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 2017/12/12 21:31:29 UTC

[GitHub] jmark99 opened a new pull request #337: ACCUMULO-4732 No APIs to configure iterators or locality groups for new tables

jmark99 opened a new pull request #337: ACCUMULO-4732 No APIs to configure iterators or locality groups for new tables
URL: https://github.com/apache/accumulo/pull/337
 
 
   ACCUMULO-4732 No APIs to configure iterators or locality groups for new tables
   
   Added several methods to the NewTableConfiguration class to allow for the configuration of locality groups
   and the attachment of iterators prior table creation.
   
   Modified/created 5 files:
   
   NewTableConfiguration.java now has a setLocalityGroups, and two variations of an attachIterator method as
   well as an additional helper method for checking iterator conflicts.
   
   There is a new class, NewConfigurationTestIT.java to verify the updates made to the API.
   
   An ensureNonOverlappingGroups functionality was extracted from TableOperationsImpl.java and added to
   LocalityGroupUtil.java instead to allow for use by both NewTableConfiguration and TableOperationsImpl.
   
   ReadWriteIT.java has an additional locality group test as well.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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