I am connecting to Hive via an ODBC driver from a .NET application. Is there a query to determine if a table already exists?
For example, in MSSQL you can query the INFORMATION_SCHEMA
table and in Netezza you can query the _v_table
table.
Any assistance would be appreciated.
When programming on Hive by Spark SQL, you can use following method to check whether Hive table exists.