Fileset catalog with ADLS
This document describes how to configure a Fileset catalog with ADLS (aka. Azure Blob Storage (ABS), or Azure Data Lake Storage (v2)).
Prerequisites
To set up a Fileset catalog with ADLS, follow these steps:
- Download the
gravitino-azure-bundle-${gravitino-version}.jarfile. - Place the downloaded file into the Gravitino Fileset catalog classpath at
${GRAVITINO_HOME}/catalogs/fileset/libs/. - Start the Gravitino server by running the following command:
$ ${GRAVITINO_HOME}/bin/gravitino-server.sh start
Once the server is up and running, you can proceed to configure the Fileset catalog with ADLS. In the rest of this document we will use http://localhost:8090 as the Gravitino server URL, please replace it with your actual server URL.