diff --git a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestOzoneRpcClientForAclAuditLog.java b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestOzoneRpcClientForAclAuditLog.java index 7c8765b6a79..ec34efe6f88 100644 --- a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestOzoneRpcClientForAclAuditLog.java +++ b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestOzoneRpcClientForAclAuditLog.java @@ -102,7 +102,7 @@ public class TestOzoneRpcClientForAclAuditLog { */ @BeforeClass public static void init() throws Exception { - System.setProperty("log4j.configurationFile", "log4j2.properties"); + System.setProperty("log4j.configurationFile", "auditlog.properties"); ugi = UserGroupInformation.getCurrentUser(); OzoneConfiguration conf = new OzoneConfiguration(); conf.setBoolean(OZONE_ACL_ENABLED, true); diff --git a/hadoop-ozone/integration-test/src/test/resources/log4j2.properties b/hadoop-ozone/integration-test/src/test/resources/auditlog.properties similarity index 100% rename from hadoop-ozone/integration-test/src/test/resources/log4j2.properties rename to hadoop-ozone/integration-test/src/test/resources/auditlog.properties