accumulo icon indicating copy to clipboard operation
accumulo copied to clipboard

Client properties file should be loaded using commons-configuration

Open ctubbsii opened this issue 9 months ago • 1 comments

          The code for loading client props seems to use java Properties and not commons config, so FileHandler would not be applicable there.  https://github.com/apache/accumulo/blob/cf42adff3f988ff467ff3f71449732b32703573f/core/src/main/java/org/apache/accumulo/core/clientImpl/ClientInfoImpl.java#L113

Originally posted by @keith-turner in https://github.com/apache/accumulo/issues/5233#issuecomment-2576448056

ctubbsii avatar Mar 25 '25 19:03 ctubbsii

I'm interested in working on this ticket. Can you expand on the requirements for this? Do you want the existing method signature to be preserved or should I replace the usage of the Java Properties class in ClientInfoImpl with a commons-configuration equivalent?

ibilley7 avatar Jun 02 '25 16:06 ibilley7