Swift
Prerequisites
Basic Setup
Root Mount Point
$ cp conf/alluxio-site.properties.template conf/alluxio-site.propertiesalluxio.master.mount.table.root.ufs=swift://<bucket>/<folder>
alluxio.master.mount.table.root.option.fs.swift.user=<swift-user>
alluxio.master.mount.table.root.option.fs.swift.tenant=<swift-tenant>
alluxio.master.mount.table.root.option.fs.swift.password=<swift-user-password>
alluxio.master.mount.table.root.option.fs.swift.auth.url=<swift-auth-url>
alluxio.master.mount.table.root.option.fs.swift.auth.method=<swift-auth-model>Nested Mount Point
Options for Swift Object Storage
Running Alluxio Locally with Swift
Running functional tests
Advanced Setup
Swift Access Control
Mount point sharing
Permission change
Last updated