You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Billie Rinaldi (JIRA)" <ji...@apache.org> on 2015/06/03 03:45:49 UTC

[jira] [Updated] (ACCUMULO-3883) StandaloneAccumuloClusterConfiguration loads ClientConfiguration badly

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

Billie Rinaldi updated ACCUMULO-3883:
-------------------------------------
    Attachment: ACCUMULO-3883.1.patch

> StandaloneAccumuloClusterConfiguration loads ClientConfiguration badly
> ----------------------------------------------------------------------
>
>                 Key: ACCUMULO-3883
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3883
>             Project: Accumulo
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 1.7.0
>            Reporter: Billie Rinaldi
>            Assignee: Billie Rinaldi
>             Fix For: 1.7.1, 1.8.0
>
>         Attachments: ACCUMULO-3883.1.patch
>
>
> This appears not to work as expected, nor is it necessary:
> {noformat}
>     this.clientConf = ClientConfiguration.loadDefault();
>     try {
>       clientConf.addConfiguration(new ClientConfiguration(clientConfFile));
>     } catch (ConfigurationException e) {
>       throw new RuntimeException("Failed to load client configuration from " + clientConfFile);
>     }
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)