GetTablesWithQuery equivalent parameter for kyuubi-hive-jdbc-shaded.jar #5949
Unanswered
mahalingamagesthian
asked this question in
Q&A
Replies: 2 comments 8 replies
-
There are no such options now. May I know why you want to use |
Beta Was this translation helpful? Give feedback.
5 replies
-
FYI: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using the kyuubi-hive-jdbc-shaded.jar with Tableau. When we list all the tables in the Database/Schema, GetTables API is invoked by spark driver.
With Simba Spark ODBC we have two options, We can either use GetTables API or SHOW TABLES. This is configured using the GetTablesWithQuery a. set to 0 for GetTables API b. set to 1 for SHOW TABLES.
Do we have a similar option available with kyuubi-hive-jdbc-shaded.jar. I tried using;
jdbc:kyuubi://hostname:10009/;GetTablesWithQuery=1;
it didn't work as it worked for Simba Spark ODBC.
Could you suggest if we could use SHOW TABLES in the place of GetTables API for JDBC driver - kyuubi-hive-jdbc-shaded.jar ?
Beta Was this translation helpful? Give feedback.
All reactions