-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/7634/
-----------------------------------------------------------

Review request for hive.


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: hive.server.read.socket.timeout and 
hive.server.tcp.keepalive the proposal is to have hive.server.tcp.keepalive set 
by default to true.


Diffs
-----

  common/src/java/org/apache/hadoop/hive/conf/HiveConf.java f86d6a7 
  conf/hive-default.xml.template 4a59fb6 
  service/src/java/org/apache/hadoop/hive/service/HiveServer.java 2b2f681 

Diff: https://reviews.apache.org/r/7634/diff/


Testing
-------


Thanks,

Esteban Gutierrez

Reply via email to