Hive catlog to JDBC catalog #20
deril-27051998
started this conversation in
General
Replies: 2 comments 2 replies
-
I switched to the JDBC catalog because of the Hive-based metastore footprint (memory, download size, etc.). Trino's JDBC catalog config is in this config file https://github.com/zsvoboda/ngods-stocks/blob/main/trino/conf/trino/catalog/warehouse.properties . Do you have something similar in your Trino config? |
Beta Was this translation helpful? Give feedback.
1 reply
-
No, actually, there is a historical version of this repo that uses the
Hive-based metastore. The JDBC catalog has been introduced in this commit
d3eb4a1
So the version of this repo before this commit is an example of working
Hive metastore integration.
ZD
…On Wed, Apr 26, 2023 at 1:38 PM deril-27051998 ***@***.***> wrote:
Yeah tried via Hive catalog i am not able to get the tables to Trino .
when I tired JDBC as what u worked i can be able to get the data to Trino.
So just checking did you faced any problems when you worked on Hive
catalog?
—
Reply to this email directly, view it on GitHub
<#20 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACQWAWDVJCPOTL3SJ537OLXDECMDANCNFSM6AAAAAAXJ7MOAQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
--
Zdenek Svoboda
***@***.*** ***@***.***>
m: +420 777 640 979
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why you replaced hive catalog with JDBC catalog? any specific reason? i am also trying to connect hive catlaog from trino but not able to do it!
Beta Was this translation helpful? Give feedback.
All reactions