Configure User | Spark SQL Target Connector | Teradata QueryGrid - Configuring the Spark SQL Target Connector User - 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
The Spark Execution Mechanism property is used by the QueryGrid Spark target connector to submit queries to Spark. Depending on this property setting, additional configuration is needed.
  1. Do one of the following based on your configuration:
    Configuration Description
    Spark Application The tdqg user must be able to impersonate other users and start the Spark application. Add the following entry in core-site.xml to enable impersonation:
    <property>
    	<name>hadoop.proxyuser.tdqg.hosts</name>
    	<value>*</value>
    </property>
    <property>
    	<name>hadoop.proxyuser.tdqg.groups</name>
    	<value>*</value>
    </property>
    This step is mandatory for non-Kerberos environments when using Spark. The core-site.xml file does not need to be updated for each new user.
    Spark Thrift Server No changes needed.