Alluxio With Wasabi

Prev Next

How do I use Alluxio with Wasabi?

Alluxio is certified for use with Wasabi. To use Alluxio with Wasabi, be sure that the following information is included in your Alluxio configuration.

  • 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, use the appropriate Wasabi service URL as described in Service URLs for Wasabi's Storage Regions.