Skip to content

Commit

Permalink
HADOOP-19376. Add fs..impl.disable.cache to core-default.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
hfutatzhanghb committed Dec 26, 2024
1 parent 71b3a64 commit 768e1c5
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4468,4 +4468,11 @@ The switch to turn S3A auditing on or off.
<description>The AbstractFileSystem for Ozone FileSystem o3fs uri</description>
</property>

<property>
<name>fs.$SCHEME.impl.disable.cache</name>
<value>false</value>
<description>Whether create a new FileSystem instance for schema specified by $SCHEME or not.
</description>
</property>

</configuration>

0 comments on commit 768e1c5

Please sign in to comment.