阿里云对象存储服务
部署条件
基本设置
$ 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>示例:将 Alluxio 与 OSS 一起在本地运行
高级设置
嵌套挂载
Last updated