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

Teradata® QueryGrid™ Installation and User Guide

Product
Teradata QueryGrid
Release Number
2.19
Published
July 2022
Language
English (United States)
Last Update
2022-07-28
dita:mapPath
jpf1654813554544.ditamap
dita:ditavalPath
ft:empty
dita:id
lxg1591800469257
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