mirror of
https://github.com/minio/minio.git
synced 2025-01-11 23:13:23 -05:00
Update docs with new settings (#7803)
This commit is contained in:
parent
cd7d5b59e5
commit
43e0ef4248
@ -40,7 +40,20 @@ Add the following optimal entries for _core-site.xml_ to configure _s3a_ with **
|
||||
* _fs.s3a.access.key=minio_ (Access Key to access MinIO instance, this is obtained after the deployment on k8s)
|
||||
* _fs.s3a.secret.key=minio123_ (Secret Key to access MinIO instance, this is obtained after the deployment on k8s)
|
||||
* _fs.s3a.endpoint=`http://minio-address/`_
|
||||
* _fs.s3a.path.style.acces=true_
|
||||
* _fs.s3a.multipart.size=128M_
|
||||
* _fs.s3a.fast.upload=true_
|
||||
* _fs.s3a.fast.upload.buffer=bytebuffer_
|
||||
* _fs.s3a.path.style.access=true_
|
||||
* _fs.s3a.block.size=256M_
|
||||
* _fs.s3a.commiter.name=magic_
|
||||
* _fs.s3a.committer.magic.enabled=true_
|
||||
* _fs.s3a.committer.threads=16_
|
||||
* _fs.s3a.connection.maximum=32_
|
||||
* _fs.s3a.fast.upload.active.blocks=8_
|
||||
* _fs.s3a.max.total.tasks=16_
|
||||
* _fs.s3a.threads.core=32_
|
||||
* _fs.s3a.threads.max=32_
|
||||
* _mapreduce.outputcommitter.factory.scheme.s3a=org.apache.hadoop.fs.s3a.commit.S3ACommitterFactory_
|
||||
|
||||
![s3a-config](https://github.com/minio/minio/blob/master/docs/bigdata/images/image4.png?raw=true "custom core-site s3a")
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 107 KiB After Width: | Height: | Size: 82 KiB |
Loading…
Reference in New Issue
Block a user