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/06/21 07:51:13 UTC

[pulsar] branch master updated: Fix wrong configuration name (#10988)

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 2ed523b  Fix wrong configuration name (#10988)
2ed523b is described below

commit 2ed523bf1b7b148f5649d5196009c31bca1520e8
Author: feynmanlin <fe...@tencent.com>
AuthorDate: Mon Jun 21 15:50:42 2021 +0800

    Fix wrong configuration name (#10988)
---
 site2/docs/tiered-storage-filesystem.md                                 | 2 +-
 site2/website/versioned_docs/version-2.7.0/tiered-storage-filesystem.md | 2 +-
 site2/website/versioned_docs/version-2.7.1/tiered-storage-filesystem.md | 2 +-
 site2/website/versioned_docs/version-2.7.2/tiered-storage-filesystem.md | 2 +-
 site2/website/versioned_docs/version-2.7.3/tiered-storage-filesystem.md | 2 +-
 site2/website/versioned_docs/version-2.8.0/tiered-storage-filesystem.md | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/site2/docs/tiered-storage-filesystem.md b/site2/docs/tiered-storage-filesystem.md
index 4f131de..50274ea 100644
--- a/site2/docs/tiered-storage-filesystem.md
+++ b/site2/docs/tiered-storage-filesystem.md
@@ -85,7 +85,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
-    `offloadersDirectory` | Hadoop profile path | ../conf/filesystem_offload_core_site.xml
+    `fileSystemProfilePath` | Hadoop profile path | ../conf/filesystem_offload_core_site.xml
 
 - **Optional** configurations are as below.
 
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 0d84c15..e2a8b1e 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
@@ -86,7 +86,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
-    `offloadersDirectory` | Hadoop profile path | ../conf/filesystem_offload_core_site.xml
+    `fileSystemProfilePath` | Hadoop profile path | ../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 8bcabef..041ac6b 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,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
-    `offloadersDirectory` | Hadoop profile path | ../conf/filesystem_offload_core_site.xml
+    `fileSystemProfilePath` | Hadoop profile path | ../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 b9a4bb4..1aa50ad 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
@@ -86,7 +86,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
-    `offloadersDirectory` | Hadoop profile path | ../conf/filesystem_offload_core_site.xml
+    `fileSystemProfilePath` | Hadoop profile path | ../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 4cce4bd..95682cb 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
@@ -86,7 +86,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
-    `offloadersDirectory` | Hadoop profile path | ../conf/filesystem_offload_core_site.xml
+    `fileSystemProfilePath` | Hadoop profile path | ../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 7f8ff7cc..3a4ef8d 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
@@ -86,7 +86,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
-    `offloadersDirectory` | Hadoop profile path | ../conf/filesystem_offload_core_site.xml
+    `fileSystemProfilePath` | Hadoop profile path | ../conf/filesystem_offload_core_site.xml
 
 - **Optional** configurations are as below.