Alluxio With Wasabi
- 13 Jun 2024
- 1 Minute to read
- Print
- PDF
Alluxio With Wasabi
- Updated on 13 Jun 2024
- 1 Minute to read
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
How do I use Alluxio with Wasabi?
Alluxio is certified for use with Wasabi. To use Alluxio with Wasabi, the following info should be included in your Alluxio config:
alluxio-site.properties
wasabi-lab:alluxio-1.6.0-RC1-hadoop-2.8 yourmachine$ cat conf/alluxio-site.properties |grep s3
alluxio.underfs.address=s3a://wasabi-alluxio/alluxio
alluxio.underfs.s3.endpoint=https://s3.wasabisys.com
alluxio-env.sh
wasabi-lab:alluxio-1.6.0-RC1-hadoop-2.8 yourmachine$ cat conf/alluxio-env.sh | grep SECRET
AWS_ACCESS_KEY="put_your_wasabi_access_key"
AWS_SECRET_KEY="put_you_wasabi_secret_yet"
Note that this example discusses the use of Wasabi's us-east-1 storage region. To use other Wasabi storage regions, please use the appropriate Wasabi service URL as described in this article.