[
https://issues.apache.org/jira/browse/ACCUMULO-1741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13781188#comment-13781188
]
Corey J. Nolet commented on ACCUMULO-1741:
------------------------------------------
Several of us mentioned in ACCUMULO-391 that an API change would be best for
1.6.0. Should old setter methods (like addIterator(), setInputTableName(),
fetchColumns()) be deprecated or just removed altogether?
I ask because I'd like to design a configuration object like
TableQueryConfiguration that takes a table, iterator settings, ranges, and
columns that can be passed into the InputFormat like so:
{noformat}
public static void setTableQueryConfigurations(JobContext job,
TableQueryConfiguration... queryConfigs);
{noformat}
> Clean up setters in the InputFormatBase API to take tables and properties all
> at once.
> --------------------------------------------------------------------------------------
>
> Key: ACCUMULO-1741
> URL: https://issues.apache.org/jira/browse/ACCUMULO-1741
> Project: Accumulo
> Issue Type: Sub-task
> Reporter: Corey J. Nolet
> Assignee: Corey J. Nolet
> Priority: Minor
> Fix For: 1.6.0
>
>
--
This message was sent by Atlassian JIRA
(v6.1#6144)