You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2019/04/23 21:21:00 UTC

[jira] [Resolved] (ACCUMULO-3004) Remove thrown Exceptions when Instance and/or Connector are set multiple times on InputFormat

     [ https://issues.apache.org/jira/browse/ACCUMULO-3004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christopher Tubbs resolved ACCUMULO-3004.
-----------------------------------------
       Resolution: Won't Fix
    Fix Version/s:     (was: 2.0.0)

OBE by separate mapreduce module in 2.0, which uses a builder to construct the input/output formats and uses the new AccumuloClient.

> Remove thrown Exceptions when Instance and/or Connector are set multiple times on InputFormat
> ---------------------------------------------------------------------------------------------
>
>                 Key: ACCUMULO-3004
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3004
>             Project: Accumulo
>          Issue Type: Improvement
>    Affects Versions: 1.5.1, 1.6.0
>            Reporter: Josh Elser
>            Priority: Major
>
> If a user happens to set the Connector for Instance information on the same Configuration object multiple times, they get slammed with an IllegalArgumentException.
> These setters should be idempotent and having them invoked with the same data multiple times should not change the serialized form in the Configuration.
> Tentatively marked for 1.7.0 as its a change in how 1.5 and 1.6 currently operate.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)