|
@@ -4468,4 +4468,15 @@ The switch to turn S3A auditing on or off.
|
|
|
<description>The AbstractFileSystem for Ozone FileSystem o3fs uri</description>
|
|
|
</property>
|
|
|
|
|
|
+ <property>
|
|
|
+ <name>fs.hdfs.impl.disable.cache</name>
|
|
|
+ <value>false</value>
|
|
|
+ <description>Whether disable cached hdfs filesystem instances or not.
|
|
|
+ If false, return a cached hdfs fileSystem instance to the caller if exists.
|
|
|
+ If true, a new hdfs fileSystem instance will be created,
|
|
|
+ initialized with the configuration and URI, cached and returned to the caller,
|
|
|
+ it is slower than using cached hdfs filesystme instances.
|
|
|
+ </description>
|
|
|
+ </property>
|
|
|
+
|
|
|
</configuration>
|