[
https://issues.apache.org/jira/browse/HIVE-26571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17733906#comment-17733906
]
okumin commented on HIVE-26571:
-------------------------------
[~charanh] I guess you can use
[metastore.server.thrift.transport.mode|https://github.com/apache/hive/blob/rel/release-4.0.0-alpha-2/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java#L1378]
and
[metastore.client.thrift.transport.mode|https://github.com/apache/hive/blob/rel/release-4.0.0-alpha-2/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java#L1531]
instead.
> Thrift over HTTP config warnings in logs
> ----------------------------------------
>
> Key: HIVE-26571
> URL: https://issues.apache.org/jira/browse/HIVE-26571
> Project: Hive
> Issue Type: Bug
> Components: Hive, Metastore
> Reporter: Charan Hebri
> Priority: Major
>
> HIVE-21456 added support for using Thrift protocol with HTTP as the mode.
> After setting the configs,
> {noformat}
> hive.metastore.server.thrift.transport.mode=http
> hive.metastore.client.thrift.transport.mode=http{noformat}
> in HMS/HS2 warnings are seen in the logs that these aren't recognised.
> {noformat}
> [mdc@18060 class="conf.HiveConf" level="WARN" thread="main"] HiveConf of name
> hive.metastore.client.thrift.transport.mode
> does not exist{noformat}
> {noformat}
> [mdc@18060 class="conf.HiveConf" level="WARN" thread="****"] HiveConf of name
> hive.metastore.server.thrift.transport.mode
> does not exist
> {noformat}
> But I see in the logs the mode used is indeed HTTP. So these warnings are
> just noise(not actual issues) and need to be taken care of.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)