mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Hadoop Compatible File System (markdown)
parent
155ad3036a
commit
88ce151381
|
@ -77,7 +77,7 @@ Both reads and writes are working fine.
|
|||
1. `fs.defaultFS`: This property defines the default file system URI to use. It is optional if a path always has prefix `seaweedfs://localhost:8888`.
|
||||
1. `fs.AbstractFileSystem.seaweedfs.impl`: Add the SeaweedFS implementation of Hadoop AbstractFileSystem to delegates to the existing SeaweedFS FileSystem and is only necessary for use with Hadoop 3.x.
|
||||
1. `fs.seaweed.buffer.size`: Optionally change the default buffer size 4194304 to a larger number. It will be the default chunk size.
|
||||
1. `fs.seaweed.volumeServerAccess`: `[direct|publicUrl|filerProxy]` Optionally access volume servers via their publicUrl settings, or use filer as a proxy. This is useful when volume servers are inside a cluster and not directly accessible.
|
||||
1. `fs.seaweed.volume.server.access`: `[direct|publicUrl|filerProxy]` Optionally access volume servers via their publicUrl settings, or use filer as a proxy. This is useful when volume servers are inside a cluster and not directly accessible.
|
||||
|
||||
```
|
||||
<configuration>
|
||||
|
@ -98,7 +98,7 @@ Both reads and writes are working fine.
|
|||
<value>4194304</value>
|
||||
</property>
|
||||
<property>
|
||||
<name>fs.seaweed.volumeServerAccess</name>
|
||||
<name>fs.seaweed.volume.server.access</name>
|
||||
<!-- [direct|publicUrl|filerProxy] -->
|
||||
<value>direct</value>
|
||||
</property>
|
||||
|
|
Loading…
Reference in a new issue