[ https://issues.apache.org/jira/browse/HIVE-2006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13254936#comment-13254936 ]
Aniket Mokashi commented on HIVE-2006: -------------------------------------- For hive client, we have METASTORE_CLIENT_SOCKET_TIMEOUT=hive.metastore.client.socket.timeout. Do you want to configure read and write timeouts on the server side? {code} hive.server.read.socket.timeout=1000 hive.server.write.socket.timeout=1000 {code} > Make the HiveServer/Client socket timeout configurable > ------------------------------------------------------ > > Key: HIVE-2006 > URL: https://issues.apache.org/jira/browse/HIVE-2006 > Project: Hive > Issue Type: Improvement > Components: Clients, Server Infrastructure > Reporter: Carl Steinbach > > We should add configuration properties that make it possible to control the > thrift socket timeout for HiveServer and HiveClient, e.g. > {code} > hive.server.thrift.socket.timeout=1000 > hive.client.thrift.socket.timeout=1000 > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira