Billie Rinaldi created ACCUMULO-3883:
----------------------------------------

             Summary: 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


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)

Reply via email to