keith-turner commented on code in PR #5927:
URL: https://github.com/apache/accumulo/pull/5927#discussion_r2373430492
##########
minicluster/src/main/java/org/apache/accumulo/miniclusterImpl/MiniAccumuloConfigImpl.java:
##########
@@ -238,7 +234,7 @@ private void updateConfigForCredentialProvider() {
File keystoreFile = new File(getConfDir(), "credential-provider.jks");
String keystoreUri = "jceks://file" + keystoreFile.getAbsolutePath();
- Configuration conf = getHadoopConfiguration();
+ Configuration conf = buildHadoopConfiguration();
Review Comment:
Seems like this is fixing a bug, seems like the code could have gotten a NPE
from this conf being null sometimes.
--
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]