Validate a Hive-to-Teradata Link | Hive Connector | Teradata QueryGrid - Validating a Hive-to-Teradata Link - 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
Complete these steps to verify a Hive-to-Teradata link.
  1. Make sure you have completed all steps described in Configuring a Non-Native Table for Hive-to-Teradata.
  2. Run DESCRIBE <table>, where <table> is the non-native table you created and configured.
  3. Verify the result.

    For example:

    0: jdbc:hive2://localhost:10000/> describe table1;
    col_name data_type comment
    c1 int from deserializer
    c2 varchar(100) from deserializer