[jira] [Updated] (HIVE-3590) TCP KeepAlive and connection timeout for the HiveServer

2012-10-19 Thread Carl Steinbach (JIRA)

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

Carl Steinbach updated HIVE-3590:
-

  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

Committed to trunk. Thanks Esteban!

 TCP KeepAlive and connection timeout for the HiveServer
 ---

 Key: HIVE-3590
 URL: https://issues.apache.org/jira/browse/HIVE-3590
 Project: Hive
  Issue Type: Improvement
  Components: Server Infrastructure
Reporter: Esteban Gutierrez
Assignee: Esteban Gutierrez
Priority: Critical
  Labels: patch
 Fix For: 0.10.0

 Attachments: HIVE-3590.1.patch, HIVE-3590.2.patch


 Simple implementation of TCP KeepAlive and socket timeout for the HiveServer 
 in order to avoid half open connections or connection drops during long 
 running queries that use HiveServer.
 Two new settings have been added in order to control this functionality.
 {code}
 property
namehive.server.read.socket.timeout/name
value10/value
descriptionTimeout for the HiveServer to close the connection if no 
 response from the client in N seconds, defaults to 10 seconds./description
 /property
 property
namehive.server.tcp.keepalive/name
valuetrue/value
descriptionWhether to enable TCP keepalive for the HiveServer. Keepalive 
 will prevent accumulation of half-open connections./description
 /property
 {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-3590) TCP KeepAlive and connection timeout for the HiveServer

2012-10-17 Thread Esteban Gutierrez (JIRA)

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

Esteban Gutierrez updated HIVE-3590:


Attachment: HIVE-3590.1.patch

 TCP KeepAlive and connection timeout for the HiveServer
 ---

 Key: HIVE-3590
 URL: https://issues.apache.org/jira/browse/HIVE-3590
 Project: Hive
  Issue Type: Improvement
  Components: Server Infrastructure
Reporter: Esteban Gutierrez
Assignee: Esteban Gutierrez
Priority: Critical
 Fix For: 0.10.0

 Attachments: HIVE-3590.1.patch


 Simple implementation of TCP KeepAlive and socket timeout for the HiveServer 
 in order to avoid half open connections or connection drops during long 
 running queries that use HiveServer.
 Two new settings have been added in order to control this functionality.
 {code}
 property
namehive.server.read.socket.timeout/name
value10/value
descriptionTimeout for the HiveServer to close the connection if no 
 response from the client in N seconds, defaults is 10 seconds./description
 /property
 property
namehive.server.tcp.keepalive/name
valuetrue/value
descriptionWhether to enable TCP keepalive for the HiveServer. Keepalive 
 will prevent accumulation of half-open connections./description
 /property
 {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-3590) TCP KeepAlive and connection timeout for the HiveServer

2012-10-17 Thread Esteban Gutierrez (JIRA)

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

Esteban Gutierrez updated HIVE-3590:


Labels: patch  (was: )
Status: Patch Available  (was: Open)

 TCP KeepAlive and connection timeout for the HiveServer
 ---

 Key: HIVE-3590
 URL: https://issues.apache.org/jira/browse/HIVE-3590
 Project: Hive
  Issue Type: Improvement
  Components: Server Infrastructure
Reporter: Esteban Gutierrez
Assignee: Esteban Gutierrez
Priority: Critical
  Labels: patch
 Fix For: 0.10.0

 Attachments: HIVE-3590.1.patch


 Simple implementation of TCP KeepAlive and socket timeout for the HiveServer 
 in order to avoid half open connections or connection drops during long 
 running queries that use HiveServer.
 Two new settings have been added in order to control this functionality.
 {code}
 property
namehive.server.read.socket.timeout/name
value10/value
descriptionTimeout for the HiveServer to close the connection if no 
 response from the client in N seconds, defaults is 10 seconds./description
 /property
 property
namehive.server.tcp.keepalive/name
valuetrue/value
descriptionWhether to enable TCP keepalive for the HiveServer. Keepalive 
 will prevent accumulation of half-open connections./description
 /property
 {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-3590) TCP KeepAlive and connection timeout for the HiveServer

2012-10-17 Thread Carl Steinbach (JIRA)

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

Carl Steinbach updated HIVE-3590:
-

Status: Open  (was: Patch Available)

@Esteban: I left comments for you on reviewboard. Tnanks.

 TCP KeepAlive and connection timeout for the HiveServer
 ---

 Key: HIVE-3590
 URL: https://issues.apache.org/jira/browse/HIVE-3590
 Project: Hive
  Issue Type: Improvement
  Components: Server Infrastructure
Reporter: Esteban Gutierrez
Assignee: Esteban Gutierrez
Priority: Critical
  Labels: patch
 Fix For: 0.10.0

 Attachments: HIVE-3590.1.patch


 Simple implementation of TCP KeepAlive and socket timeout for the HiveServer 
 in order to avoid half open connections or connection drops during long 
 running queries that use HiveServer.
 Two new settings have been added in order to control this functionality.
 {code}
 property
namehive.server.read.socket.timeout/name
value10/value
descriptionTimeout for the HiveServer to close the connection if no 
 response from the client in N seconds, defaults is 10 seconds./description
 /property
 property
namehive.server.tcp.keepalive/name
valuetrue/value
descriptionWhether to enable TCP keepalive for the HiveServer. Keepalive 
 will prevent accumulation of half-open connections./description
 /property
 {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-3590) TCP KeepAlive and connection timeout for the HiveServer

2012-10-17 Thread Esteban Gutierrez (JIRA)

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

Esteban Gutierrez updated HIVE-3590:


Attachment: HIVE-3590.2.patch

 TCP KeepAlive and connection timeout for the HiveServer
 ---

 Key: HIVE-3590
 URL: https://issues.apache.org/jira/browse/HIVE-3590
 Project: Hive
  Issue Type: Improvement
  Components: Server Infrastructure
Reporter: Esteban Gutierrez
Assignee: Esteban Gutierrez
Priority: Critical
  Labels: patch
 Fix For: 0.10.0

 Attachments: HIVE-3590.1.patch, HIVE-3590.2.patch


 Simple implementation of TCP KeepAlive and socket timeout for the HiveServer 
 in order to avoid half open connections or connection drops during long 
 running queries that use HiveServer.
 Two new settings have been added in order to control this functionality.
 {code}
 property
namehive.server.read.socket.timeout/name
value10/value
descriptionTimeout for the HiveServer to close the connection if no 
 response from the client in N seconds, defaults is 10 seconds./description
 /property
 property
namehive.server.tcp.keepalive/name
valuetrue/value
descriptionWhether to enable TCP keepalive for the HiveServer. Keepalive 
 will prevent accumulation of half-open connections./description
 /property
 {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-3590) TCP KeepAlive and connection timeout for the HiveServer

2012-10-17 Thread Esteban Gutierrez (JIRA)

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

Esteban Gutierrez updated HIVE-3590:


Status: Patch Available  (was: Open)

 TCP KeepAlive and connection timeout for the HiveServer
 ---

 Key: HIVE-3590
 URL: https://issues.apache.org/jira/browse/HIVE-3590
 Project: Hive
  Issue Type: Improvement
  Components: Server Infrastructure
Reporter: Esteban Gutierrez
Assignee: Esteban Gutierrez
Priority: Critical
  Labels: patch
 Fix For: 0.10.0

 Attachments: HIVE-3590.1.patch, HIVE-3590.2.patch


 Simple implementation of TCP KeepAlive and socket timeout for the HiveServer 
 in order to avoid half open connections or connection drops during long 
 running queries that use HiveServer.
 Two new settings have been added in order to control this functionality.
 {code}
 property
namehive.server.read.socket.timeout/name
value10/value
descriptionTimeout for the HiveServer to close the connection if no 
 response from the client in N seconds, defaults is 10 seconds./description
 /property
 property
namehive.server.tcp.keepalive/name
valuetrue/value
descriptionWhether to enable TCP keepalive for the HiveServer. Keepalive 
 will prevent accumulation of half-open connections./description
 /property
 {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-3590) TCP KeepAlive and connection timeout for the HiveServer

2012-10-17 Thread Esteban Gutierrez (JIRA)

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

Esteban Gutierrez updated HIVE-3590:


Description: 
Simple implementation of TCP KeepAlive and socket timeout for the HiveServer in 
order to avoid half open connections or connection drops during long running 
queries that use HiveServer.

Two new settings have been added in order to control this functionality.

{code}
property
   namehive.server.read.socket.timeout/name
   value10/value
   descriptionTimeout for the HiveServer to close the connection if no 
response from the client in N seconds, defaults to 10 seconds./description
/property

property
   namehive.server.tcp.keepalive/name
   valuetrue/value
   descriptionWhether to enable TCP keepalive for the HiveServer. Keepalive 
will prevent accumulation of half-open connections./description
/property
{code}


  was:
Simple implementation of TCP KeepAlive and socket timeout for the HiveServer in 
order to avoid half open connections or connection drops during long running 
queries that use HiveServer.

Two new settings have been added in order to control this functionality.

{code}
property
   namehive.server.read.socket.timeout/name
   value10/value
   descriptionTimeout for the HiveServer to close the connection if no 
response from the client in N seconds, defaults is 10 seconds./description
/property

property
   namehive.server.tcp.keepalive/name
   valuetrue/value
   descriptionWhether to enable TCP keepalive for the HiveServer. Keepalive 
will prevent accumulation of half-open connections./description
/property
{code}



 TCP KeepAlive and connection timeout for the HiveServer
 ---

 Key: HIVE-3590
 URL: https://issues.apache.org/jira/browse/HIVE-3590
 Project: Hive
  Issue Type: Improvement
  Components: Server Infrastructure
Reporter: Esteban Gutierrez
Assignee: Esteban Gutierrez
Priority: Critical
  Labels: patch
 Fix For: 0.10.0

 Attachments: HIVE-3590.1.patch, HIVE-3590.2.patch


 Simple implementation of TCP KeepAlive and socket timeout for the HiveServer 
 in order to avoid half open connections or connection drops during long 
 running queries that use HiveServer.
 Two new settings have been added in order to control this functionality.
 {code}
 property
namehive.server.read.socket.timeout/name
value10/value
descriptionTimeout for the HiveServer to close the connection if no 
 response from the client in N seconds, defaults to 10 seconds./description
 /property
 property
namehive.server.tcp.keepalive/name
valuetrue/value
descriptionWhether to enable TCP keepalive for the HiveServer. Keepalive 
 will prevent accumulation of half-open connections./description
 /property
 {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira