You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by li...@apache.org on 2021/12/21 07:55:21 UTC

[pulsar] branch master updated: fix(docs): wrong configuration set in filesystem offloader (#13397)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d3d4b89  fix(docs): wrong configuration set in filesystem offloader (#13397)
d3d4b89 is described below

commit d3d4b89919006d7159c2fcea97d49d40ffca98f1
Author: Eric Shen <er...@outlook.com>
AuthorDate: Tue Dec 21 15:54:11 2021 +0800

    fix(docs): wrong configuration set in filesystem offloader (#13397)
    
    * fix(docs): wrong configuration set in filesystem offloader
    
    Signed-off-by: Eric Shen <er...@outlook.com>
    
    * add offloadersDirectory config back
    
    Signed-off-by: Eric Shen <er...@outlook.com>
---
 site2/docs/tiered-storage-filesystem.md                            | 7 +++++--
 site2/website-next/docs/tiered-storage-filesystem.md               | 6 ++++--
 .../versioned_docs/version-2.7.1/tiered-storage-filesystem.md      | 6 ++++--
 .../versioned_docs/version-2.7.2/tiered-storage-filesystem.md      | 6 ++++--
 .../versioned_docs/version-2.7.3/tiered-storage-filesystem.md      | 6 ++++--
 .../versioned_docs/version-2.8.0/tiered-storage-filesystem.md      | 6 ++++--
 .../versioned_docs/version-2.7.0/tiered-storage-filesystem.md      | 6 ++++--
 .../versioned_docs/version-2.7.1/tiered-storage-filesystem.md      | 6 ++++--
 .../versioned_docs/version-2.7.2/tiered-storage-filesystem.md      | 6 ++++--
 .../versioned_docs/version-2.7.3/tiered-storage-filesystem.md      | 6 ++++--
 .../versioned_docs/version-2.8.0/tiered-storage-filesystem.md      | 6 ++++--
 .../versioned_docs/version-2.8.1/tiered-storage-filesystem.md      | 6 ++++--
 .../versioned_docs/version-2.8.2/tiered-storage-filesystem.md      | 6 ++++--
 13 files changed, 53 insertions(+), 26 deletions(-)

diff --git a/site2/docs/tiered-storage-filesystem.md b/site2/docs/tiered-storage-filesystem.md
index 26fa671..8374e24 100644
--- a/site2/docs/tiered-storage-filesystem.md
+++ b/site2/docs/tiered-storage-filesystem.md
@@ -86,7 +86,9 @@ 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` | 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
+
 
 - **Optional** configurations are as below.
 
@@ -101,7 +103,8 @@ 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 | 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
 
 - **Optional** configurations are as below.
 
diff --git a/site2/website-next/docs/tiered-storage-filesystem.md b/site2/website-next/docs/tiered-storage-filesystem.md
index 9761843..352beb9 100644
--- a/site2/website-next/docs/tiered-storage-filesystem.md
+++ b/site2/website-next/docs/tiered-storage-filesystem.md
@@ -105,7 +105,8 @@ 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` | 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
 
 - **Optional** configurations are as below.
 
@@ -122,7 +123,8 @@ 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 | 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
 
 - **Optional** configurations are as below.
 
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 a74da7a..ba15ba5 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
@@ -105,7 +105,8 @@ 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` | 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
 
   </TabItem>
   <TabItem value="NFS">
@@ -113,7 +114,8 @@ 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 | 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
 
   </TabItem>
 
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 4836a18..37b7efe 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
@@ -106,7 +106,8 @@ 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` | 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
 
   </TabItem>
   <TabItem value="NFS">
@@ -114,7 +115,8 @@ 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 | 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
 
   </TabItem>
 
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 4836a18..37b7efe 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
@@ -106,7 +106,8 @@ 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` | 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
 
   </TabItem>
   <TabItem value="NFS">
@@ -114,7 +115,8 @@ 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 | 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
 
   </TabItem>
 
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 4836a18..37b7efe 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
@@ -106,7 +106,8 @@ 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` | 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
 
   </TabItem>
   <TabItem value="NFS">
@@ -114,7 +115,8 @@ 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 | 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
 
   </TabItem>
 
diff --git a/site2/website/versioned_docs/version-2.7.0/tiered-storage-filesystem.md b/site2/website/versioned_docs/version-2.7.0/tiered-storage-filesystem.md
index 8cd56d3..a9a99c1 100644
--- a/site2/website/versioned_docs/version-2.7.0/tiered-storage-filesystem.md
+++ b/site2/website/versioned_docs/version-2.7.0/tiered-storage-filesystem.md
@@ -87,7 +87,8 @@ 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` | 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
 
 - **Optional** configurations are as below.
 
@@ -103,7 +104,8 @@ 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 | 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
 
 - **Optional** configurations are as below.
 
diff --git a/site2/website/versioned_docs/version-2.7.1/tiered-storage-filesystem.md b/site2/website/versioned_docs/version-2.7.1/tiered-storage-filesystem.md
index 7ec0346..fd558e9 100644
--- a/site2/website/versioned_docs/version-2.7.1/tiered-storage-filesystem.md
+++ b/site2/website/versioned_docs/version-2.7.1/tiered-storage-filesystem.md
@@ -86,7 +86,8 @@ 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` | 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
 
 - **Optional** configurations are as below.
 
@@ -102,7 +103,8 @@ 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 | 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
 
 - **Optional** configurations are as below.
 
diff --git a/site2/website/versioned_docs/version-2.7.2/tiered-storage-filesystem.md b/site2/website/versioned_docs/version-2.7.2/tiered-storage-filesystem.md
index b4d769e..b5e06380 100644
--- a/site2/website/versioned_docs/version-2.7.2/tiered-storage-filesystem.md
+++ b/site2/website/versioned_docs/version-2.7.2/tiered-storage-filesystem.md
@@ -87,7 +87,8 @@ 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` | 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
 
 - **Optional** configurations are as below.
 
@@ -103,7 +104,8 @@ 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 | 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
 
 - **Optional** configurations are as below.
 
diff --git a/site2/website/versioned_docs/version-2.7.3/tiered-storage-filesystem.md b/site2/website/versioned_docs/version-2.7.3/tiered-storage-filesystem.md
index 15389a3..e7c2b7d 100644
--- a/site2/website/versioned_docs/version-2.7.3/tiered-storage-filesystem.md
+++ b/site2/website/versioned_docs/version-2.7.3/tiered-storage-filesystem.md
@@ -87,7 +87,8 @@ 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` | 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
 
 - **Optional** configurations are as below.
 
@@ -103,7 +104,8 @@ 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 | 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
 
 - **Optional** configurations are as below.
 
diff --git a/site2/website/versioned_docs/version-2.8.0/tiered-storage-filesystem.md b/site2/website/versioned_docs/version-2.8.0/tiered-storage-filesystem.md
index 9048784..7695c2f 100644
--- a/site2/website/versioned_docs/version-2.8.0/tiered-storage-filesystem.md
+++ b/site2/website/versioned_docs/version-2.8.0/tiered-storage-filesystem.md
@@ -87,7 +87,8 @@ 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` | 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
 
 - **Optional** configurations are as below.
 
@@ -103,7 +104,8 @@ 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 | 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
 
 - **Optional** configurations are as below.
 
diff --git a/site2/website/versioned_docs/version-2.8.1/tiered-storage-filesystem.md b/site2/website/versioned_docs/version-2.8.1/tiered-storage-filesystem.md
index 6b75930..91e4d90 100644
--- a/site2/website/versioned_docs/version-2.8.1/tiered-storage-filesystem.md
+++ b/site2/website/versioned_docs/version-2.8.1/tiered-storage-filesystem.md
@@ -87,13 +87,15 @@ 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` | 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
 
 - **Optional** configurations are as below.
 
     Parameter| Description | Example value
     |---|---|---
     `managedLedgerMinLedgerRolloverTimeMinutes`|Minimum time between ledger rollover for a topic. <br><br>**Note**: it is not recommended to set this parameter in the production environment.|2
+    `offloadersDirectory` | Offloader directory | offloaders
     `managedLedgerMaxEntriesPerLedger`|Maximum number of entries to append to a ledger before triggering a rollover.<br><br>**Note**: it is not recommended to set this parameter in the production environment.|5000
 
 <!--NFS-->
@@ -103,7 +105,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
+    `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.
 
diff --git a/site2/website/versioned_docs/version-2.8.2/tiered-storage-filesystem.md b/site2/website/versioned_docs/version-2.8.2/tiered-storage-filesystem.md
index 3f63186..69bed8c 100644
--- a/site2/website/versioned_docs/version-2.8.2/tiered-storage-filesystem.md
+++ b/site2/website/versioned_docs/version-2.8.2/tiered-storage-filesystem.md
@@ -87,7 +87,8 @@ 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` | 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
 
 - **Optional** configurations are as below.
 
@@ -103,7 +104,8 @@ 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 | 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
 
 - **Optional** configurations are as below.