You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Charan Hebri (Jira)" <ji...@apache.org> on 2022/09/27 15:54:00 UTC

[jira] [Updated] (HIVE-26571) Thrift over HTTP config warnings in logs

     [ https://issues.apache.org/jira/browse/HIVE-26571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Charan Hebri updated HIVE-26571:
--------------------------------
    Description: 
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.

  was:
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.


> 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)