[
https://issues.apache.org/jira/browse/ACCUMULO-4732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16221297#comment-16221297
]
Keith Turner commented on ACCUMULO-4732:
----------------------------------------
This problem was identified while trying to use NewTableConfiguration in Fluo.
In the following PR tried to create a table with locality groups and iterator
preconfigured and had to copy code from Accumulo to do this with
NewTableConfiguration.
https://github.com/apache/fluo/pull/960
> No APIs to configure iterators and locality groups for new table
> ----------------------------------------------------------------
>
> Key: ACCUMULO-4732
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4732
> Project: Accumulo
> Issue Type: Improvement
> Reporter: Keith Turner
> Fix For: 2.0.0
>
>
> In Accumulo 1.7 the ability to set table properties at table creation time
> was added. For existing tables there are APIs in table operations that allow
> setting locality groups and iterators for existing tables. When setting
> table properties at table creation time there is not good API for iterators
> and locality groups. There should be some way in the API to do this. There
> may be other things besides iterators and locality groups that should also be
> supported at table creation time.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)