ddanielr opened a new pull request, #5233:
URL: https://github.com/apache/accumulo/pull/5233
Fixes error when using `include` or `includeOptional` property directives in
accumulo.properties
```
Caused by: org.apache.commons.configuration2.ex.ConfigurationException: Load
operation not properly initialized! Do not call read(InputStream) directly, but
use a FileHandler to load a configuration.
at
org.apache.commons.configuration2.PropertiesConfiguration.loadIncludeFile(PropertiesConfiguration.java:1395)
at
org.apache.commons.configuration2.PropertiesConfiguration.propertyLoaded(PropertiesConfiguration.java:1479)
at
org.apache.commons.configuration2.PropertiesConfigurationLayout.load(PropertiesConfigurationLayout.java:444)
at
org.apache.commons.configuration2.PropertiesConfiguration.read(PropertiesConfiguration.java:1500)
at
org.apache.accumulo.start.classloader.AccumuloClassLoader.getAccumuloProperty(AccumuloClassLoader.java:94)
```
Discovered when testing #5231
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]