You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/08/16 12:02:18 UTC

[pulsar-site] branch main updated: Docs sync done from apache/pulsar(#4d7b1ac)

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

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 29c711421ca Docs sync done from apache/pulsar(#4d7b1ac)
29c711421ca is described below

commit 29c711421ca9ea57bcb15ff80ad1ff44d5b84170
Author: Pulsar Site Updater <de...@pulsar.apache.org>
AuthorDate: Tue Aug 16 12:02:12 2022 +0000

    Docs sync done from apache/pulsar(#4d7b1ac)
---
 site2/website-next/docs/tiered-storage-filesystem.md              | 8 ++++----
 .../versioned_docs/version-2.10.0/tiered-storage-filesystem.md    | 8 ++++----
 .../versioned_docs/version-2.10.1/tiered-storage-filesystem.md    | 8 ++++----
 .../versioned_docs/version-2.7.0/tiered-storage-filesystem.md     | 8 ++++----
 .../versioned_docs/version-2.7.1/tiered-storage-filesystem.md     | 8 ++++----
 .../versioned_docs/version-2.7.2/tiered-storage-filesystem.md     | 8 ++++----
 .../versioned_docs/version-2.7.3/tiered-storage-filesystem.md     | 8 ++++----
 .../versioned_docs/version-2.7.4/tiered-storage-filesystem.md     | 8 ++++----
 .../versioned_docs/version-2.8.0/tiered-storage-filesystem.md     | 8 ++++----
 .../versioned_docs/version-2.8.1/tiered-storage-filesystem.md     | 8 ++++----
 .../versioned_docs/version-2.8.2/tiered-storage-filesystem.md     | 8 ++++----
 .../versioned_docs/version-2.8.3/tiered-storage-filesystem.md     | 8 ++++----
 .../versioned_docs/version-2.9.0/tiered-storage-filesystem.md     | 6 +++---
 .../versioned_docs/version-2.9.1/tiered-storage-filesystem.md     | 6 +++---
 .../versioned_docs/version-2.9.2/tiered-storage-filesystem.md     | 6 +++---
 15 files changed, 57 insertions(+), 57 deletions(-)

diff --git a/site2/website-next/docs/tiered-storage-filesystem.md b/site2/website-next/docs/tiered-storage-filesystem.md
index 756598fedca..ed5ff7342d7 100644
--- a/site2/website-next/docs/tiered-storage-filesystem.md
+++ b/site2/website-next/docs/tiered-storage-filesystem.md
@@ -108,7 +108,7 @@ You can configure the filesystem offloader driver in the `broker.conf` or `stand
   `managedLedgerOffloadDriver` | Offloader driver name, which is case-insensitive. | filesystem
   `fileSystemURI` | Connection address, which is the URI to access the default Hadoop distributed file system. | hdfs://127.0.0.1:9000
   `offloadersDirectory` | Offloader directory | offloaders
-  `fileSystemProfilePath` | Hadoop profile path. The configuration file is stored in the Hadoop profile path. It contains various settings for Hadoop performance tuning. | ../conf/filesystem_offload_core_site.xml
+  `fileSystemProfilePath` | Hadoop profile path. The configuration file is stored in the Hadoop profile path. It contains various settings for Hadoop performance tuning. | conf/filesystem_offload_core_site.xml
 
 
 - **Optional** configurations are as below.
@@ -126,7 +126,7 @@ You can configure the filesystem offloader driver in the `broker.conf` or `stand
   |---|---|---
   `managedLedgerOffloadDriver` | Offloader driver name, which is case-insensitive. | filesystem
   `offloadersDirectory` | Offloader directory | offloaders
-  `fileSystemProfilePath` | NFS profile path. The configuration file is stored in the NFS profile path. It contains various settings for performance tuning. | ../conf/filesystem_offload_core_site.xml
+  `fileSystemProfilePath` | NFS profile path. The configuration file is stored in the NFS profile path. It contains various settings for performance tuning. | conf/filesystem_offload_core_site.xml
 
 - **Optional** configurations are as below.
 
@@ -360,7 +360,7 @@ Set the following configurations in the `conf/standalone.conf` file.
 
 managedLedgerOffloadDriver=filesystem
 fileSystemURI=hdfs://127.0.0.1:9000
-fileSystemProfilePath=../conf/filesystem_offload_core_site.xml
+fileSystemProfilePath=conf/filesystem_offload_core_site.xml
 
 ```
 
@@ -573,7 +573,7 @@ As indicated in the [configuration](#configuration) section, you need to configu
    ```conf
    
    managedLedgerOffloadDriver=filesystem
-   fileSystemProfilePath=../conf/filesystem_offload_core_site.xml
+   fileSystemProfilePath=conf/filesystem_offload_core_site.xml
    
    ```
 
diff --git a/site2/website-next/versioned_docs/version-2.10.0/tiered-storage-filesystem.md b/site2/website-next/versioned_docs/version-2.10.0/tiered-storage-filesystem.md
index fb39290ef8f..bb399b500cb 100644
--- a/site2/website-next/versioned_docs/version-2.10.0/tiered-storage-filesystem.md
+++ b/site2/website-next/versioned_docs/version-2.10.0/tiered-storage-filesystem.md
@@ -109,7 +109,7 @@ You can configure the filesystem offloader driver in the `broker.conf` or `stand
   `managedLedgerOffloadDriver` | Offloader driver name, which is case-insensitive. | filesystem
   `fileSystemURI` | Connection address, which is the URI to access the default Hadoop distributed file system. | hdfs://127.0.0.1:9000
   `offloadersDirectory` | Offloader directory | offloaders
-  `fileSystemProfilePath` | Hadoop profile path. The configuration file is stored in the Hadoop profile path. It contains various settings for Hadoop performance tuning. | ../conf/filesystem_offload_core_site.xml
+  `fileSystemProfilePath` | Hadoop profile path. The configuration file is stored in the Hadoop profile path. It contains various settings for Hadoop performance tuning. | conf/filesystem_offload_core_site.xml
 
 
 - **Optional** configurations are as below.
@@ -128,7 +128,7 @@ You can configure the filesystem offloader driver in the `broker.conf` or `stand
   |---|---|---
   `managedLedgerOffloadDriver` | Offloader driver name, which is case-insensitive. | filesystem
   `offloadersDirectory` | Offloader directory | offloaders
-  `fileSystemProfilePath` | NFS profile path. The configuration file is stored in the NFS profile path. It contains various settings for performance tuning. | ../conf/filesystem_offload_core_site.xml
+  `fileSystemProfilePath` | NFS profile path. The configuration file is stored in the NFS profile path. It contains various settings for performance tuning. | conf/filesystem_offload_core_site.xml
 
 - **Optional** configurations are as below.
 
@@ -370,7 +370,7 @@ Set the following configurations in the `conf/standalone.conf` file.
 
 managedLedgerOffloadDriver=filesystem
 fileSystemURI=hdfs://127.0.0.1:9000
-fileSystemProfilePath=../conf/filesystem_offload_core_site.xml
+fileSystemProfilePath=conf/filesystem_offload_core_site.xml
 
 ```
 
@@ -421,7 +421,7 @@ As indicated in the [configuration](#configuration) section, you need to configu
    ```conf
    
    managedLedgerOffloadDriver=filesystem
-   fileSystemProfilePath=../conf/filesystem_offload_core_site.xml
+   fileSystemProfilePath=conf/filesystem_offload_core_site.xml
    
    ```
 
diff --git a/site2/website-next/versioned_docs/version-2.10.1/tiered-storage-filesystem.md b/site2/website-next/versioned_docs/version-2.10.1/tiered-storage-filesystem.md
index fb39290ef8f..bb399b500cb 100644
--- a/site2/website-next/versioned_docs/version-2.10.1/tiered-storage-filesystem.md
+++ b/site2/website-next/versioned_docs/version-2.10.1/tiered-storage-filesystem.md
@@ -109,7 +109,7 @@ You can configure the filesystem offloader driver in the `broker.conf` or `stand
   `managedLedgerOffloadDriver` | Offloader driver name, which is case-insensitive. | filesystem
   `fileSystemURI` | Connection address, which is the URI to access the default Hadoop distributed file system. | hdfs://127.0.0.1:9000
   `offloadersDirectory` | Offloader directory | offloaders
-  `fileSystemProfilePath` | Hadoop profile path. The configuration file is stored in the Hadoop profile path. It contains various settings for Hadoop performance tuning. | ../conf/filesystem_offload_core_site.xml
+  `fileSystemProfilePath` | Hadoop profile path. The configuration file is stored in the Hadoop profile path. It contains various settings for Hadoop performance tuning. | conf/filesystem_offload_core_site.xml
 
 
 - **Optional** configurations are as below.
@@ -128,7 +128,7 @@ You can configure the filesystem offloader driver in the `broker.conf` or `stand
   |---|---|---
   `managedLedgerOffloadDriver` | Offloader driver name, which is case-insensitive. | filesystem
   `offloadersDirectory` | Offloader directory | offloaders
-  `fileSystemProfilePath` | NFS profile path. The configuration file is stored in the NFS profile path. It contains various settings for performance tuning. | ../conf/filesystem_offload_core_site.xml
+  `fileSystemProfilePath` | NFS profile path. The configuration file is stored in the NFS profile path. It contains various settings for performance tuning. | conf/filesystem_offload_core_site.xml
 
 - **Optional** configurations are as below.
 
@@ -370,7 +370,7 @@ Set the following configurations in the `conf/standalone.conf` file.
 
 managedLedgerOffloadDriver=filesystem
 fileSystemURI=hdfs://127.0.0.1:9000
-fileSystemProfilePath=../conf/filesystem_offload_core_site.xml
+fileSystemProfilePath=conf/filesystem_offload_core_site.xml
 
 ```
 
@@ -421,7 +421,7 @@ As indicated in the [configuration](#configuration) section, you need to configu
    ```conf
    
    managedLedgerOffloadDriver=filesystem
-   fileSystemProfilePath=../conf/filesystem_offload_core_site.xml
+   fileSystemProfilePath=conf/filesystem_offload_core_site.xml
    
    ```
 
diff --git a/site2/website-next/versioned_docs/version-2.7.0/tiered-storage-filesystem.md b/site2/website-next/versioned_docs/version-2.7.0/tiered-storage-filesystem.md
index 4456b615afa..85a1644120f 100644
--- a/site2/website-next/versioned_docs/version-2.7.0/tiered-storage-filesystem.md
+++ b/site2/website-next/versioned_docs/version-2.7.0/tiered-storage-filesystem.md
@@ -109,7 +109,7 @@ You can configure the filesystem offloader driver in the `broker.conf` or `stand
   `managedLedgerOffloadDriver` | Offloader driver name, which is case-insensitive. | filesystem
   `fileSystemURI` | Connection address, which is the URI to access the default Hadoop distributed file system. | hdfs://127.0.0.1:9000
   `offloadersDirectory` | Offloader directory | offloaders
-  `fileSystemProfilePath` | Hadoop profile path. The configuration file is stored in the Hadoop profile path. It contains various settings for Hadoop performance tuning. | ../conf/filesystem_offload_core_site.xml
+  `fileSystemProfilePath` | Hadoop profile path. The configuration file is stored in the Hadoop profile path. It contains various settings for Hadoop performance tuning. | conf/filesystem_offload_core_site.xml
 
 - **Optional** configurations are as below.
 
@@ -127,7 +127,7 @@ You can configure the filesystem offloader driver in the `broker.conf` or `stand
   |---|---|---
   `managedLedgerOffloadDriver` | Offloader driver name, which is case-insensitive. | filesystem
   `offloadersDirectory` | Offloader directory | offloaders
-  `fileSystemProfilePath` | NFS profile path. The configuration file is stored in the NFS profile path. It contains various settings for performance tuning. | ../conf/filesystem_offload_core_site.xml
+  `fileSystemProfilePath` | NFS profile path. The configuration file is stored in the NFS profile path. It contains various settings for performance tuning. | conf/filesystem_offload_core_site.xml
 
 - **Optional** configurations are as below.
 
@@ -369,7 +369,7 @@ Set the following configurations in the `conf/standalone.conf` file.
 
 managedLedgerOffloadDriver=filesystem
 fileSystemURI=hdfs://127.0.0.1:9000
-fileSystemProfilePath=../conf/filesystem_offload_core_site.xml
+fileSystemProfilePath=conf/filesystem_offload_core_site.xml
 
 ```
 
@@ -420,7 +420,7 @@ As indicated in the [configuration](#configuration) section, you need to configu
    ```conf
    
    managedLedgerOffloadDriver=filesystem
-   fileSystemProfilePath=../conf/filesystem_offload_core_site.xml
+   fileSystemProfilePath=conf/filesystem_offload_core_site.xml
    
    ```
 
diff --git a/site2/website-next/versioned_docs/version-2.7.1/tiered-storage-filesystem.md b/site2/website-next/versioned_docs/version-2.7.1/tiered-storage-filesystem.md
index 1ed7b5333f8..fe8423e1286 100644
--- a/site2/website-next/versioned_docs/version-2.7.1/tiered-storage-filesystem.md
+++ b/site2/website-next/versioned_docs/version-2.7.1/tiered-storage-filesystem.md
@@ -108,7 +108,7 @@ You can configure the filesystem offloader driver in the `broker.conf` or `stand
   `managedLedgerOffloadDriver` | Offloader driver name, which is case-insensitive. | filesystem
   `fileSystemURI` | Connection address, which is the URI to access the default Hadoop distributed file system. | hdfs://127.0.0.1:9000
   `offloadersDirectory` | Offloader directory | offloaders
-  `fileSystemProfilePath` | Hadoop profile path. The configuration file is stored in the Hadoop profile path. It contains various settings for Hadoop performance tuning. | ../conf/filesystem_offload_core_site.xml
+  `fileSystemProfilePath` | Hadoop profile path. The configuration file is stored in the Hadoop profile path. It contains various settings for Hadoop performance tuning. | conf/filesystem_offload_core_site.xml
 
 - **Optional** configurations are as below.
 
@@ -126,7 +126,7 @@ You can configure the filesystem offloader driver in the `broker.conf` or `stand
   |---|---|---
   `managedLedgerOffloadDriver` | Offloader driver name, which is case-insensitive. | filesystem
   `offloadersDirectory` | Offloader directory | offloaders
-  `fileSystemProfilePath` | NFS profile path. The configuration file is stored in the NFS profile path. It contains various settings for performance tuning. | ../conf/filesystem_offload_core_site.xml
+  `fileSystemProfilePath` | NFS profile path. The configuration file is stored in the NFS profile path. It contains various settings for performance tuning. | conf/filesystem_offload_core_site.xml
 
 - **Optional** configurations are as below.
 
@@ -368,7 +368,7 @@ Set the following configurations in the `conf/standalone.conf` file.
 
 managedLedgerOffloadDriver=filesystem
 fileSystemURI=hdfs://127.0.0.1:9000
-fileSystemProfilePath=../conf/filesystem_offload_core_site.xml
+fileSystemProfilePath=conf/filesystem_offload_core_site.xml
 
 ```
 
@@ -419,7 +419,7 @@ As indicated in the [configuration](#configuration) section, you need to configu
    ```conf
    
    managedLedgerOffloadDriver=filesystem
-   fileSystemProfilePath=../conf/filesystem_offload_core_site.xml
+   fileSystemProfilePath=conf/filesystem_offload_core_site.xml
    
    ```
 
diff --git a/site2/website-next/versioned_docs/version-2.7.2/tiered-storage-filesystem.md b/site2/website-next/versioned_docs/version-2.7.2/tiered-storage-filesystem.md
index 4456b615afa..85a1644120f 100644
--- a/site2/website-next/versioned_docs/version-2.7.2/tiered-storage-filesystem.md
+++ b/site2/website-next/versioned_docs/version-2.7.2/tiered-storage-filesystem.md
@@ -109,7 +109,7 @@ You can configure the filesystem offloader driver in the `broker.conf` or `stand
   `managedLedgerOffloadDriver` | Offloader driver name, which is case-insensitive. | filesystem
   `fileSystemURI` | Connection address, which is the URI to access the default Hadoop distributed file system. | hdfs://127.0.0.1:9000
   `offloadersDirectory` | Offloader directory | offloaders
-  `fileSystemProfilePath` | Hadoop profile path. The configuration file is stored in the Hadoop profile path. It contains various settings for Hadoop performance tuning. | ../conf/filesystem_offload_core_site.xml
+  `fileSystemProfilePath` | Hadoop profile path. The configuration file is stored in the Hadoop profile path. It contains various settings for Hadoop performance tuning. | conf/filesystem_offload_core_site.xml
 
 - **Optional** configurations are as below.
 
@@ -127,7 +127,7 @@ You can configure the filesystem offloader driver in the `broker.conf` or `stand
   |---|---|---
   `managedLedgerOffloadDriver` | Offloader driver name, which is case-insensitive. | filesystem
   `offloadersDirectory` | Offloader directory | offloaders
-  `fileSystemProfilePath` | NFS profile path. The configuration file is stored in the NFS profile path. It contains various settings for performance tuning. | ../conf/filesystem_offload_core_site.xml
+  `fileSystemProfilePath` | NFS profile path. The configuration file is stored in the NFS profile path. It contains various settings for performance tuning. | conf/filesystem_offload_core_site.xml
 
 - **Optional** configurations are as below.
 
@@ -369,7 +369,7 @@ Set the following configurations in the `conf/standalone.conf` file.
 
 managedLedgerOffloadDriver=filesystem
 fileSystemURI=hdfs://127.0.0.1:9000
-fileSystemProfilePath=../conf/filesystem_offload_core_site.xml
+fileSystemProfilePath=conf/filesystem_offload_core_site.xml
 
 ```
 
@@ -420,7 +420,7 @@ As indicated in the [configuration](#configuration) section, you need to configu
    ```conf
    
    managedLedgerOffloadDriver=filesystem
-   fileSystemProfilePath=../conf/filesystem_offload_core_site.xml
+   fileSystemProfilePath=conf/filesystem_offload_core_site.xml
    
    ```
 
diff --git a/site2/website-next/versioned_docs/version-2.7.3/tiered-storage-filesystem.md b/site2/website-next/versioned_docs/version-2.7.3/tiered-storage-filesystem.md
index 4456b615afa..85a1644120f 100644
--- a/site2/website-next/versioned_docs/version-2.7.3/tiered-storage-filesystem.md
+++ b/site2/website-next/versioned_docs/version-2.7.3/tiered-storage-filesystem.md
@@ -109,7 +109,7 @@ You can configure the filesystem offloader driver in the `broker.conf` or `stand
   `managedLedgerOffloadDriver` | Offloader driver name, which is case-insensitive. | filesystem
   `fileSystemURI` | Connection address, which is the URI to access the default Hadoop distributed file system. | hdfs://127.0.0.1:9000
   `offloadersDirectory` | Offloader directory | offloaders
-  `fileSystemProfilePath` | Hadoop profile path. The configuration file is stored in the Hadoop profile path. It contains various settings for Hadoop performance tuning. | ../conf/filesystem_offload_core_site.xml
+  `fileSystemProfilePath` | Hadoop profile path. The configuration file is stored in the Hadoop profile path. It contains various settings for Hadoop performance tuning. | conf/filesystem_offload_core_site.xml
 
 - **Optional** configurations are as below.
 
@@ -127,7 +127,7 @@ You can configure the filesystem offloader driver in the `broker.conf` or `stand
   |---|---|---
   `managedLedgerOffloadDriver` | Offloader driver name, which is case-insensitive. | filesystem
   `offloadersDirectory` | Offloader directory | offloaders
-  `fileSystemProfilePath` | NFS profile path. The configuration file is stored in the NFS profile path. It contains various settings for performance tuning. | ../conf/filesystem_offload_core_site.xml
+  `fileSystemProfilePath` | NFS profile path. The configuration file is stored in the NFS profile path. It contains various settings for performance tuning. | conf/filesystem_offload_core_site.xml
 
 - **Optional** configurations are as below.
 
@@ -369,7 +369,7 @@ Set the following configurations in the `conf/standalone.conf` file.
 
 managedLedgerOffloadDriver=filesystem
 fileSystemURI=hdfs://127.0.0.1:9000
-fileSystemProfilePath=../conf/filesystem_offload_core_site.xml
+fileSystemProfilePath=conf/filesystem_offload_core_site.xml
 
 ```
 
@@ -420,7 +420,7 @@ As indicated in the [configuration](#configuration) section, you need to configu
    ```conf
    
    managedLedgerOffloadDriver=filesystem
-   fileSystemProfilePath=../conf/filesystem_offload_core_site.xml
+   fileSystemProfilePath=conf/filesystem_offload_core_site.xml
    
    ```
 
diff --git a/site2/website-next/versioned_docs/version-2.7.4/tiered-storage-filesystem.md b/site2/website-next/versioned_docs/version-2.7.4/tiered-storage-filesystem.md
index 3ab44ac46c1..2d6d583c699 100644
--- a/site2/website-next/versioned_docs/version-2.7.4/tiered-storage-filesystem.md
+++ b/site2/website-next/versioned_docs/version-2.7.4/tiered-storage-filesystem.md
@@ -108,7 +108,7 @@ You can configure the filesystem offloader driver in the `broker.conf` or `stand
   |---|---|---
   `managedLedgerOffloadDriver` | Offloader driver name, which is case-insensitive. | filesystem
   `fileSystemURI` | Connection address, which is the URI to access the default Hadoop distributed file system. | hdfs://127.0.0.1:9000
-  `offloadersDirectory` | Hadoop profile path. The configuration file is stored in the Hadoop profile path. It contains various settings for Hadoop performance tuning. | ../conf/filesystem_offload_core_site.xml
+  `offloadersDirectory` | Hadoop profile path. The configuration file is stored in the Hadoop profile path. It contains various settings for Hadoop performance tuning. | conf/filesystem_offload_core_site.xml
 
 - **Optional** configurations are as below.
 
@@ -125,7 +125,7 @@ You can configure the filesystem offloader driver in the `broker.conf` or `stand
   Parameter | Description | Example value
   |---|---|---
   `managedLedgerOffloadDriver` | Offloader driver name, which is case-insensitive. | filesystem
-  `offloadersDirectory` | Offloader directory. The configuration file is stored in the offloader directory. It contains various settings for performance tuning. | ../conf/filesystem_offload_core_site.xml
+  `offloadersDirectory` | Offloader directory. The configuration file is stored in the offloader directory. It contains various settings for performance tuning. | conf/filesystem_offload_core_site.xml
 
 - **Optional** configurations are as below.
 
@@ -367,7 +367,7 @@ Set the following configurations in the `conf/standalone.conf` file.
 
 managedLedgerOffloadDriver=filesystem
 fileSystemURI=hdfs://127.0.0.1:9000
-fileSystemProfilePath=../conf/filesystem_offload_core_site.xml
+fileSystemProfilePath=conf/filesystem_offload_core_site.xml
 
 ```
 
@@ -418,7 +418,7 @@ As indicated in the [configuration](#configuration) section, you need to configu
    ```conf
    
    managedLedgerOffloadDriver=filesystem
-   fileSystemProfilePath=../conf/filesystem_offload_core_site.xml
+   fileSystemProfilePath=conf/filesystem_offload_core_site.xml
    
    ```
 
diff --git a/site2/website-next/versioned_docs/version-2.8.0/tiered-storage-filesystem.md b/site2/website-next/versioned_docs/version-2.8.0/tiered-storage-filesystem.md
index 4456b615afa..85a1644120f 100644
--- a/site2/website-next/versioned_docs/version-2.8.0/tiered-storage-filesystem.md
+++ b/site2/website-next/versioned_docs/version-2.8.0/tiered-storage-filesystem.md
@@ -109,7 +109,7 @@ You can configure the filesystem offloader driver in the `broker.conf` or `stand
   `managedLedgerOffloadDriver` | Offloader driver name, which is case-insensitive. | filesystem
   `fileSystemURI` | Connection address, which is the URI to access the default Hadoop distributed file system. | hdfs://127.0.0.1:9000
   `offloadersDirectory` | Offloader directory | offloaders
-  `fileSystemProfilePath` | Hadoop profile path. The configuration file is stored in the Hadoop profile path. It contains various settings for Hadoop performance tuning. | ../conf/filesystem_offload_core_site.xml
+  `fileSystemProfilePath` | Hadoop profile path. The configuration file is stored in the Hadoop profile path. It contains various settings for Hadoop performance tuning. | conf/filesystem_offload_core_site.xml
 
 - **Optional** configurations are as below.
 
@@ -127,7 +127,7 @@ You can configure the filesystem offloader driver in the `broker.conf` or `stand
   |---|---|---
   `managedLedgerOffloadDriver` | Offloader driver name, which is case-insensitive. | filesystem
   `offloadersDirectory` | Offloader directory | offloaders
-  `fileSystemProfilePath` | NFS profile path. The configuration file is stored in the NFS profile path. It contains various settings for performance tuning. | ../conf/filesystem_offload_core_site.xml
+  `fileSystemProfilePath` | NFS profile path. The configuration file is stored in the NFS profile path. It contains various settings for performance tuning. | conf/filesystem_offload_core_site.xml
 
 - **Optional** configurations are as below.
 
@@ -369,7 +369,7 @@ Set the following configurations in the `conf/standalone.conf` file.
 
 managedLedgerOffloadDriver=filesystem
 fileSystemURI=hdfs://127.0.0.1:9000
-fileSystemProfilePath=../conf/filesystem_offload_core_site.xml
+fileSystemProfilePath=conf/filesystem_offload_core_site.xml
 
 ```
 
@@ -420,7 +420,7 @@ As indicated in the [configuration](#configuration) section, you need to configu
    ```conf
    
    managedLedgerOffloadDriver=filesystem
-   fileSystemProfilePath=../conf/filesystem_offload_core_site.xml
+   fileSystemProfilePath=conf/filesystem_offload_core_site.xml
    
    ```
 
diff --git a/site2/website-next/versioned_docs/version-2.8.1/tiered-storage-filesystem.md b/site2/website-next/versioned_docs/version-2.8.1/tiered-storage-filesystem.md
index 97ca0f327b8..7d18b68385d 100644
--- a/site2/website-next/versioned_docs/version-2.8.1/tiered-storage-filesystem.md
+++ b/site2/website-next/versioned_docs/version-2.8.1/tiered-storage-filesystem.md
@@ -109,7 +109,7 @@ You can configure the filesystem offloader driver in the `broker.conf` or `stand
   `managedLedgerOffloadDriver` | Offloader driver name, which is case-insensitive. | filesystem
   `fileSystemURI` | Connection address, which is the URI to access the default Hadoop distributed file system. | hdfs://127.0.0.1:9000
   `offloadersDirectory` | Offloader directory | offloaders
-  `fileSystemProfilePath` | Hadoop profile path. The configuration file is stored in the Hadoop profile path. It contains various settings for Hadoop performance tuning. | ../conf/filesystem_offload_core_site.xml
+  `fileSystemProfilePath` | Hadoop profile path. The configuration file is stored in the Hadoop profile path. It contains various settings for Hadoop performance tuning. | conf/filesystem_offload_core_site.xml
 
 - **Optional** configurations are as below.
 
@@ -127,7 +127,7 @@ You can configure the filesystem offloader driver in the `broker.conf` or `stand
   Parameter | Description | Example value
   |---|---|---
   `managedLedgerOffloadDriver` | Offloader driver name, which is case-insensitive. | filesystem
-  `fileSystemProfilePath` | NFS profile path. The configuration file is stored in the NFS profile path. It contains various settings for performance tuning. | ../conf/filesystem_offload_core_site.xml
+  `fileSystemProfilePath` | NFS profile path. The configuration file is stored in the NFS profile path. It contains various settings for performance tuning. | conf/filesystem_offload_core_site.xml
 
 - **Optional** configurations are as below.
 
@@ -369,7 +369,7 @@ Set the following configurations in the `conf/standalone.conf` file.
 
 managedLedgerOffloadDriver=filesystem
 fileSystemURI=hdfs://127.0.0.1:9000
-fileSystemProfilePath=../conf/filesystem_offload_core_site.xml
+fileSystemProfilePath=conf/filesystem_offload_core_site.xml
 
 ```
 
@@ -420,7 +420,7 @@ As indicated in the [configuration](#configuration) section, you need to configu
    ```conf
    
    managedLedgerOffloadDriver=filesystem
-   fileSystemProfilePath=../conf/filesystem_offload_core_site.xml
+   fileSystemProfilePath=conf/filesystem_offload_core_site.xml
    
    ```
 
diff --git a/site2/website-next/versioned_docs/version-2.8.2/tiered-storage-filesystem.md b/site2/website-next/versioned_docs/version-2.8.2/tiered-storage-filesystem.md
index 4456b615afa..85a1644120f 100644
--- a/site2/website-next/versioned_docs/version-2.8.2/tiered-storage-filesystem.md
+++ b/site2/website-next/versioned_docs/version-2.8.2/tiered-storage-filesystem.md
@@ -109,7 +109,7 @@ You can configure the filesystem offloader driver in the `broker.conf` or `stand
   `managedLedgerOffloadDriver` | Offloader driver name, which is case-insensitive. | filesystem
   `fileSystemURI` | Connection address, which is the URI to access the default Hadoop distributed file system. | hdfs://127.0.0.1:9000
   `offloadersDirectory` | Offloader directory | offloaders
-  `fileSystemProfilePath` | Hadoop profile path. The configuration file is stored in the Hadoop profile path. It contains various settings for Hadoop performance tuning. | ../conf/filesystem_offload_core_site.xml
+  `fileSystemProfilePath` | Hadoop profile path. The configuration file is stored in the Hadoop profile path. It contains various settings for Hadoop performance tuning. | conf/filesystem_offload_core_site.xml
 
 - **Optional** configurations are as below.
 
@@ -127,7 +127,7 @@ You can configure the filesystem offloader driver in the `broker.conf` or `stand
   |---|---|---
   `managedLedgerOffloadDriver` | Offloader driver name, which is case-insensitive. | filesystem
   `offloadersDirectory` | Offloader directory | offloaders
-  `fileSystemProfilePath` | NFS profile path. The configuration file is stored in the NFS profile path. It contains various settings for performance tuning. | ../conf/filesystem_offload_core_site.xml
+  `fileSystemProfilePath` | NFS profile path. The configuration file is stored in the NFS profile path. It contains various settings for performance tuning. | conf/filesystem_offload_core_site.xml
 
 - **Optional** configurations are as below.
 
@@ -369,7 +369,7 @@ Set the following configurations in the `conf/standalone.conf` file.
 
 managedLedgerOffloadDriver=filesystem
 fileSystemURI=hdfs://127.0.0.1:9000
-fileSystemProfilePath=../conf/filesystem_offload_core_site.xml
+fileSystemProfilePath=conf/filesystem_offload_core_site.xml
 
 ```
 
@@ -420,7 +420,7 @@ As indicated in the [configuration](#configuration) section, you need to configu
    ```conf
    
    managedLedgerOffloadDriver=filesystem
-   fileSystemProfilePath=../conf/filesystem_offload_core_site.xml
+   fileSystemProfilePath=conf/filesystem_offload_core_site.xml
    
    ```
 
diff --git a/site2/website-next/versioned_docs/version-2.8.3/tiered-storage-filesystem.md b/site2/website-next/versioned_docs/version-2.8.3/tiered-storage-filesystem.md
index 4456b615afa..85a1644120f 100644
--- a/site2/website-next/versioned_docs/version-2.8.3/tiered-storage-filesystem.md
+++ b/site2/website-next/versioned_docs/version-2.8.3/tiered-storage-filesystem.md
@@ -109,7 +109,7 @@ You can configure the filesystem offloader driver in the `broker.conf` or `stand
   `managedLedgerOffloadDriver` | Offloader driver name, which is case-insensitive. | filesystem
   `fileSystemURI` | Connection address, which is the URI to access the default Hadoop distributed file system. | hdfs://127.0.0.1:9000
   `offloadersDirectory` | Offloader directory | offloaders
-  `fileSystemProfilePath` | Hadoop profile path. The configuration file is stored in the Hadoop profile path. It contains various settings for Hadoop performance tuning. | ../conf/filesystem_offload_core_site.xml
+  `fileSystemProfilePath` | Hadoop profile path. The configuration file is stored in the Hadoop profile path. It contains various settings for Hadoop performance tuning. | conf/filesystem_offload_core_site.xml
 
 - **Optional** configurations are as below.
 
@@ -127,7 +127,7 @@ You can configure the filesystem offloader driver in the `broker.conf` or `stand
   |---|---|---
   `managedLedgerOffloadDriver` | Offloader driver name, which is case-insensitive. | filesystem
   `offloadersDirectory` | Offloader directory | offloaders
-  `fileSystemProfilePath` | NFS profile path. The configuration file is stored in the NFS profile path. It contains various settings for performance tuning. | ../conf/filesystem_offload_core_site.xml
+  `fileSystemProfilePath` | NFS profile path. The configuration file is stored in the NFS profile path. It contains various settings for performance tuning. | conf/filesystem_offload_core_site.xml
 
 - **Optional** configurations are as below.
 
@@ -369,7 +369,7 @@ Set the following configurations in the `conf/standalone.conf` file.
 
 managedLedgerOffloadDriver=filesystem
 fileSystemURI=hdfs://127.0.0.1:9000
-fileSystemProfilePath=../conf/filesystem_offload_core_site.xml
+fileSystemProfilePath=conf/filesystem_offload_core_site.xml
 
 ```
 
@@ -420,7 +420,7 @@ As indicated in the [configuration](#configuration) section, you need to configu
    ```conf
    
    managedLedgerOffloadDriver=filesystem
-   fileSystemProfilePath=../conf/filesystem_offload_core_site.xml
+   fileSystemProfilePath=conf/filesystem_offload_core_site.xml
    
    ```
 
diff --git a/site2/website-next/versioned_docs/version-2.9.0/tiered-storage-filesystem.md b/site2/website-next/versioned_docs/version-2.9.0/tiered-storage-filesystem.md
index a5844d22fb5..8164e68208b 100644
--- a/site2/website-next/versioned_docs/version-2.9.0/tiered-storage-filesystem.md
+++ b/site2/website-next/versioned_docs/version-2.9.0/tiered-storage-filesystem.md
@@ -98,7 +98,7 @@ You can configure filesystem offloader driver in the configuration file `broker.
   |---|---|---
   `managedLedgerOffloadDriver` | Offloader driver name, which is case-insensitive. | filesystem
   `fileSystemURI` | Connection address | hdfs://127.0.0.1:9000
-  `fileSystemProfilePath` | Hadoop profile path | ../conf/filesystem_offload_core_site.xml
+  `fileSystemProfilePath` | Hadoop profile path | conf/filesystem_offload_core_site.xml
 
 - **Optional** configurations are as below.
 
@@ -139,11 +139,11 @@ The configuration file is stored in the Hadoop profile path. It contains various
 
 ##### Example
 
-This example sets the Hadoop profile path as _../conf/filesystem_offload_core_site.xml_.
+This example sets the Hadoop profile path as _conf/filesystem_offload_core_site.xml_.
 
 ```conf
 
-fileSystemProfilePath=../conf/filesystem_offload_core_site.xml
+fileSystemProfilePath=conf/filesystem_offload_core_site.xml
 
 ```
 
diff --git a/site2/website-next/versioned_docs/version-2.9.1/tiered-storage-filesystem.md b/site2/website-next/versioned_docs/version-2.9.1/tiered-storage-filesystem.md
index a5844d22fb5..8164e68208b 100644
--- a/site2/website-next/versioned_docs/version-2.9.1/tiered-storage-filesystem.md
+++ b/site2/website-next/versioned_docs/version-2.9.1/tiered-storage-filesystem.md
@@ -98,7 +98,7 @@ You can configure filesystem offloader driver in the configuration file `broker.
   |---|---|---
   `managedLedgerOffloadDriver` | Offloader driver name, which is case-insensitive. | filesystem
   `fileSystemURI` | Connection address | hdfs://127.0.0.1:9000
-  `fileSystemProfilePath` | Hadoop profile path | ../conf/filesystem_offload_core_site.xml
+  `fileSystemProfilePath` | Hadoop profile path | conf/filesystem_offload_core_site.xml
 
 - **Optional** configurations are as below.
 
@@ -139,11 +139,11 @@ The configuration file is stored in the Hadoop profile path. It contains various
 
 ##### Example
 
-This example sets the Hadoop profile path as _../conf/filesystem_offload_core_site.xml_.
+This example sets the Hadoop profile path as _conf/filesystem_offload_core_site.xml_.
 
 ```conf
 
-fileSystemProfilePath=../conf/filesystem_offload_core_site.xml
+fileSystemProfilePath=conf/filesystem_offload_core_site.xml
 
 ```
 
diff --git a/site2/website-next/versioned_docs/version-2.9.2/tiered-storage-filesystem.md b/site2/website-next/versioned_docs/version-2.9.2/tiered-storage-filesystem.md
index a5844d22fb5..8164e68208b 100644
--- a/site2/website-next/versioned_docs/version-2.9.2/tiered-storage-filesystem.md
+++ b/site2/website-next/versioned_docs/version-2.9.2/tiered-storage-filesystem.md
@@ -98,7 +98,7 @@ You can configure filesystem offloader driver in the configuration file `broker.
   |---|---|---
   `managedLedgerOffloadDriver` | Offloader driver name, which is case-insensitive. | filesystem
   `fileSystemURI` | Connection address | hdfs://127.0.0.1:9000
-  `fileSystemProfilePath` | Hadoop profile path | ../conf/filesystem_offload_core_site.xml
+  `fileSystemProfilePath` | Hadoop profile path | conf/filesystem_offload_core_site.xml
 
 - **Optional** configurations are as below.
 
@@ -139,11 +139,11 @@ The configuration file is stored in the Hadoop profile path. It contains various
 
 ##### Example
 
-This example sets the Hadoop profile path as _../conf/filesystem_offload_core_site.xml_.
+This example sets the Hadoop profile path as _conf/filesystem_offload_core_site.xml_.
 
 ```conf
 
-fileSystemProfilePath=../conf/filesystem_offload_core_site.xml
+fileSystemProfilePath=conf/filesystem_offload_core_site.xml
 
 ```