Stargate Parallel Catalog#
Add a Stargate parallel catalog to the cluster along with a remote Stargate cluster for catalog access.
Usage#
License Required
This module requires a Starburst distribution and license.
Provision the module:
minitrino -e CLUSTER_VER=${version}-e provision -i starburst -m stargate-parallel
This module spins up an additional cluster to serve as the remote Stargate cluster.
Connect to the coordinator container’s Trino CLI:
minitrino exec -i 'trino-cli'
Confirm Stargate is reachable:
SHOW SCHEMAS FROM stargate_parallel;
Dependent Modules#
The remote cluster depends on the following modules:
spooling-protocol: Required specifically for the parallel connector.