You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apache Thrift supports clients to use http transport mode to connect to the thrift server [1]. Currently the hive metastore client in Trino only supports connecting using the binary transport [2]. The latest releases of Apache Hive support http transport for Hive Metastore clients as well [3]. It uses a token based authentication for authenticating the hive metastore clients to the hive metastore server [2].
This issue is created to enhance the default thrift hive metastore client in Trino to also support thrift over HTTP mode.
Apache Thrift supports clients to use http transport mode to connect to the thrift server [1]. Currently the hive metastore client in Trino only supports connecting using the binary transport [2]. The latest releases of Apache Hive support http transport for Hive Metastore clients as well [3]. It uses a token based authentication for authenticating the hive metastore clients to the hive metastore server [2].
This issue is created to enhance the default thrift hive metastore client in Trino to also support thrift over HTTP mode.
[1] https://github.com/apache/thrift/blob/master/lib/java/src/main/java/org/apache/thrift/transport/THttpClient.java
[2]
trino/plugin/trino-hive/src/main/java/io/trino/plugin/hive/metastore/thrift/Transport.java
Line 46 in 950b341
[3] https://issues.apache.org/jira/browse/HIVE-21456
[4] https://issues.apache.org/jira/browse/HIVE-26071
The text was updated successfully, but these errors were encountered: