This is an automated email from the ASF dual-hosted git repository.

rakeshr pushed a commit to branch HDDS-2939
in repository https://gitbox.apache.org/repos/asf/ozone.git

commit f9910c678025566461754e063dc7c124641ab8f9
Author: Rakesh Radhakrishnan <[email protected]>
AuthorDate: Thu Apr 8 09:13:05 2021 +0530

    HDDS-5072. [FSO] Addendum patch to fix compilation error (#2130)
---
 .../java/org/apache/hadoop/ozone/om/TestRecursiveAclWithFSOBucket.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestRecursiveAclWithFSOBucket.java
 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestRecursiveAclWithFSOBucket.java
index f4a077e..5ffe9f2 100644
--- 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestRecursiveAclWithFSOBucket.java
+++ 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestRecursiveAclWithFSOBucket.java
@@ -256,7 +256,7 @@ public class TestRecursiveAclWithFSOBucket {
     conf.setBoolean(OZONE_ACL_ENABLED, true);
 
     TestOMRequestUtils.configureFSOptimizedPaths(conf, true,
-        OMConfigKeys.OZONE_OM_LAYOUT_VERSION_V1);
+        OMConfigKeys.OZONE_OM_METADATA_LAYOUT_PREFIX);
 
     cluster =
         MiniOzoneCluster.newBuilder(conf).setClusterId(clusterId)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to