snmvaughan commented on code in PR #4693: URL: https://github.com/apache/hadoop/pull/4693#discussion_r944849715
########## hadoop-common-project/hadoop-common/src/main/resources/core-default.xml: ########## @@ -130,6 +130,14 @@ </description> </property> +<property> + <name>hadoop.security.resolver.impl</name> + <value></value> Review Comment: I agree that your suggestion sounds like a good idea. I followed the example of `dfs.namenode.edits.qjournals.resolver.impl` which doesn't provide the value. -- 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]
