Azure Blob Store
Prerequisites
Basic Setup
Root Mount
$ cp conf/alluxio-site.properties.template conf/alluxio-site.propertiesalluxio.master.mount.table.root.ufs=wasbs://<AZURE_CONTAINER>@<AZURE_ACCOUNT>.blob.core.windows.net/<AZURE_DIRECTORY>/alluxio.master.mount.table.root.option.fs.azure.account.key.<AZURE_ACCOUNT>.blob.core.windows.net=<YOUR ACCESS KEY>Nested Mount
Running Alluxio Locally with Azure Blob Store
FAQ
What should I do if I get http not support error?
Last updated