Complete these steps to verify a Hive-to-TargetConnector link (where TargetConnector is any type of target connector).
- Make sure you have completed all steps described in Configuring a Non-Native Table for a Hive-to-TargetConnector.
- 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