Aliyun Object Storage Service
Prerequisites
Basic Setup
$ cp conf/alluxio-site.properties.template conf/alluxio-site.propertiesalluxio.master.mount.table.root.ufs=oss://<OSS_BUCKET>/<OSS_DIRECTORY>fs.oss.accessKeyId=<OSS_ACCESS_KEY_ID>
fs.oss.accessKeySecret=<OSS_ACCESS_KEY_SECRET>
fs.oss.endpoint=<OSS_ENDPOINT>Example: Running Alluxio Locally with OSS
Advanced Setup
Nested Mount
Last updated