abstractdog commented on a change in pull request #3865:
URL: https://github.com/apache/hadoop/pull/3865#discussion_r780321687
##########
File path:
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/Configuration.java
##########
@@ -2485,7 +2485,7 @@ private CredentialEntry
getCredentialEntry(CredentialProvider provider,
* @param name
* @return clear text password or null
*/
- protected char[] getPasswordFromConfig(String name) {
+ public char[] getPasswordFromConfig(String name) {
Review comment:
when I used conf.getPassword(), it went to an infinite recursion (init
keystore -> go to credential provider -> init keystore ...), that's how I ended
up with getPasswordFromConfig
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]