elek commented on a change in pull request #1542:
URL: https://github.com/apache/ozone/pull/1542#discussion_r522803498
##########
File path:
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestOzoneRpcClient.java
##########
@@ -49,6 +51,7 @@
@BeforeClass
public static void init() throws Exception {
OzoneConfiguration conf = new OzoneConfiguration();
+ conf.setFromObject(new OzoneClientConfig());
Review comment:
Yes, it's supposed to be set. I was confused by the other pattern used
elsewhere:
1. create OzoneConfig
2. set custom properties by setter
3. Here we need to export OzoneClientConfig
4. modify tags
5. reset OzoneClientConfig to OzoneConfig
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]