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