Description
In StandaloneAccumuloClusterConfiguration, this appears not to work as expected, nor is it necessary:
this.clientConf = ClientConfiguration.loadDefault(); try { clientConf.addConfiguration(new ClientConfiguration(clientConfFile)); } catch (ConfigurationException e) { throw new RuntimeException("Failed to load client configuration from " + clientConfFile); }
In general ITs should not load the default configuration.