Validate a Hive-to-Teradata Link | Hive Connector | QueryGrid - Validating a Hive-to-Teradata Link - 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
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