xichen01 commented on code in PR #4188:
URL: https://github.com/apache/ozone/pull/4188#discussion_r1559282699


##########
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:
   This is used for tests. Because I found that adding proxyuser to the 
specific test case doesn't work.



-- 
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: issues-unsubscr...@ozone.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org
For additional commands, e-mail: issues-h...@ozone.apache.org

Reply via email to