CephObjectStorage
Prerequisites
Basic Setup
Root Mount Point
$ cp conf/alluxio-site.properties.template conf/alluxio-site.propertiesOption 1: S3 Interface (preferred)
alluxio.master.mount.table.root.ufs=s3://<bucket>/<folder>
alluxio.master.mount.table.root.option.s3a.accessKeyId=<access-key>
alluxio.master.mount.table.root.option.s3a.secretKey=<secret-key>
alluxio.master.mount.table.root.option.alluxio.underfs.s3.endpoint=http://<rgw-hostname>:<rgw-port>
alluxio.master.mount.table.root.option.alluxio.underfs.s3.disable.dns.buckets=true
alluxio.master.mount.table.root.option.alluxio.underfs.s3.inherit.acl=<inherit-acl>Option 2: Swift Interface
Nested Mount Point
Running Alluxio Locally with Ceph
Advanced Setup
Access Control
Last updated