I am looking for a way to query the metadata of my HIVE data with a HiveQL command.
I configured a MySQL metastore, but it is necessary to query the metadata via HIVE command because then I want to access the data with ODBC connection to the HIVE system.
Thanks in advanced.
You can do it currently using Hive JDBC StorageHandler: https://github.com/qubole/Hive-JDBC-Storage-Handler
Example of table creation from their page:
I tested, it works fine with MySQL. And FilterPushDown also works.