MinIO
Prerequisites
Setup MinIO
Configuring Alluxio
alluxio.master.mount.table.root.ufs=s3://<MINIO_BUCKET>/<MINIO_DIRECTORY>
alluxio.underfs.s3.endpoint=http://<MINIO_ENDPOINT>/
alluxio.underfs.s3.disable.dns.buckets=true
alluxio.underfs.s3.inherit.acl=false
s3a.accessKeyId=<MINIO_ACCESS_KEY_ID>
s3a.secretKey=<MINIO_SECRET_KEY_ID>Test the MinIO Configuration
Troubleshooting
The Specified Bucket Does Not Exist
DNS Resolution - Unable to execute HTTP request
Connection Refused - Unable to execute HTTP request
Request Forbidden
Last updated