You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Riju Trivedi (Jira)" <ji...@apache.org> on 2023/02/28 18:16:00 UTC

[jira] [Assigned] (HIVE-27113) Documentation for hive.thrift.client.max.message.size config needs to be corrected

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

Riju Trivedi reassigned HIVE-27113:
-----------------------------------


> Documentation for hive.thrift.client.max.message.size config needs to be corrected
> ----------------------------------------------------------------------------------
>
>                 Key: HIVE-27113
>                 URL: https://issues.apache.org/jira/browse/HIVE-27113
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Riju Trivedi
>            Assignee: Riju Trivedi
>            Priority: Major
>
> HIVE_THRIFT_CLIENT_MAX_MESSAGE_SIZE("hive.thrift.client.max.message.size", "1gb",
>         new SizeValidator(-1L, true, (long) Integer.MAX_VALUE, true),
>         "Thrift client configuration for max message size. 0 or -1 will use the default defined in the Thrift " +
>         "library. The upper limit is 2147483648 bytes (or 2gb).")
> Documentation on the help suggests setting 2147483648 while Integer Max is 2147483647. So, it actually becomes -1 and gets set to thrift default limit (100 MB)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)