From 768e1c580ce822bf447348f50d047de6e789cbf1 Mon Sep 17 00:00:00 2001 From: zhanghaobo Date: Thu, 26 Dec 2024 11:26:44 +0800 Subject: [PATCH] HADOOP-19376. Add fs..impl.disable.cache to core-default.xml. --- .../hadoop-common/src/main/resources/core-default.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml b/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml index dd3504527ecd9..1fe353c481421 100644 --- a/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml +++ b/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml @@ -4468,4 +4468,11 @@ The switch to turn S3A auditing on or off. The AbstractFileSystem for Ozone FileSystem o3fs uri + + fs.$SCHEME.impl.disable.cache + false + Whether create a new FileSystem instance for schema specified by $SCHEME or not. + + +