Skip to content

Commit

Permalink
Fix wrong configuration name (apache#10988)
Browse files Browse the repository at this point in the history
  • Loading branch information
315157973 authored Jun 21, 2021
1 parent 16667d8 commit 2ed523b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion site2/docs/tiered-storage-filesystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 2ed523b

Please sign in to comment.