smengcl commented on code in PR #4188: URL: https://github.com/apache/ozone/pull/4188#discussion_r1558983275
########## hadoop-ozone/integration-test/src/test/resources/core-site.xml: ########## @@ -20,5 +20,16 @@ <!-- Put site-specific property overrides in this file. --> <configuration> - + <property> + <name>hadoop.proxyuser.proxyuser.users</name> + <value>*</value> + </property> + <property> + <name>hadoop.proxyuser.proxyuser.groups</name> + <value>*</value> + </property> + <property> + <name>hadoop.proxyuser.proxyuser.hosts</name> + <value>*</value> + </property> </configuration> Review Comment: Is this required for new added tests? -- 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]
