COS
Prerequisites
Basic Setup
$ cp conf/alluxio-site.properties.template conf/alluxio-site.propertiesalluxio.master.mount.table.root.ufs=cos://COS_ALLUXIO_BUCKET/COS_DATA/fs.cos.access.key=<COS_SECRET_ID>
fs.cos.secret.key=<COS_SECRET_KEY>
fs.cos.region=<COS_REGION>
fs.cos.app.id=<COS_APP_ID>Advanced Setup
COS multipart upload
Last updated