You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Vaibhav Gumashta (JIRA)" <ji...@apache.org> on 2014/12/15 14:09:13 UTC

[jira] [Updated] (HIVE-7040) TCP KeepAlive for HiveServer2

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

Vaibhav Gumashta updated HIVE-7040:
-----------------------------------
    Resolution: Duplicate
        Status: Resolved  (was: Patch Available)

Will be addressed by HIVE-6679.

> TCP KeepAlive for HiveServer2
> -----------------------------
>
>                 Key: HIVE-7040
>                 URL: https://issues.apache.org/jira/browse/HIVE-7040
>             Project: Hive
>          Issue Type: Improvement
>          Components: HiveServer2, Server Infrastructure
>    Affects Versions: 0.13.1
>            Reporter: Nicolas ThiƩbaud
>         Attachments: HIVE-7040.3.patch, HIVE-7040.patch, HIVE-7040.patch.2
>
>
> Implement TCP KeepAlive for HiverServer 2 to avoid half open connections.
> A setting new is added. This works for ThriftBinaryCLIService with and without SSL.
> {code}
> <property>
>   <name>hive.server2.tcp.keepalive</name>
>   <value>true</value>
>   <description>Whether to enable TCP keepalive for Hive Server 2</description>
> </property>
> {code}
> The default proposed value is true, in the same way this is the default for the metastore, see HIVE-1410.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)