Presto Initiator Connector on Kubernetes | QueryGrid - Presto Initiator Tasks for Presto on Kubernetes - Teradata QueryGrid

QueryGrid™ Installation and User Guide - 3.06

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Teradata QueryGrid
Release Number
3.06
Published
December 2024
ft:locale
en-US
ft:lastEdition
2024-12-07
dita:mapPath
ndp1726122159943.ditamap
dita:ditavalPath
ft:empty
dita:id
lxg1591800469257
lifecycle
latest
Product Category
Analytical Ecosystem
  1. Perform the steps in Configuring the Presto Target Connector and Data Source.
  2. While modifying the Presto cluster yaml file that defines the Presto configuration, add the following to the catalogs section:
    Property Action
    p2t_catalog Substitute p2t_catalog with a name for the Presto catalog that represents the target Teradata system.
    connector.name=qginitiator
    qginitiator.linkName=p2t Change p2t to the name of the QueryGrid link.
    qginitiator.version=active Change active to the version of the link to use. Enter one of the following versions:
    • active
    • pending
    • previous
  3. Apply the Presto cluster yaml file:
    helm upgrade my-presto starburstdata/starburst-presto \ --install \ --version Presto_version \ 
    #e.g. 380.0.1 --values Path to your Presto's values.yaml file