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

sshenoy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 6fbb5fdd1e HDDS-9391. Change default bucket layout to FSO in 
standalone run using Intellij. (#5393)
6fbb5fdd1e is described below

commit 6fbb5fdd1e814409fe9c9161a93b04efed703030
Author: ashishkumar50 <[email protected]>
AuthorDate: Fri Oct 6 19:18:36 2023 +0530

    HDDS-9391. Change default bucket layout to FSO in standalone run using 
Intellij. (#5393)
---
 hadoop-ozone/dev-support/intellij/ozone-site.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-ozone/dev-support/intellij/ozone-site.xml 
b/hadoop-ozone/dev-support/intellij/ozone-site.xml
index 455509782e..e530b9fe0a 100644
--- a/hadoop-ozone/dev-support/intellij/ozone-site.xml
+++ b/hadoop-ozone/dev-support/intellij/ozone-site.xml
@@ -17,7 +17,7 @@
 <configuration>
   <property>
     <name>ozone.default.bucket.layout</name>
-    <value>LEGACY</value>
+    <value>FILE_SYSTEM_OPTIMIZED</value>
   </property>
   <property>
     <name>hdds.profiler.endpoint.enabled</name>


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

Reply via email to