-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/22953/
-----------------------------------------------------------
Review request for hive.
Bugs: HIVE-6679
https://issues.apache.org/jira/browse/HIVE-6679
Repository: hive-git
Description
-------
HiveServer2 should support configurable the server side socket read timeout
and TCP keep-alive option. Metastore server already support this (and the so is
the old hive server).
We now have multiple client connectivity options like Kerberos, Delegation
Token (Digest-MD5), Plain SASL, Plain SASL with SSL and raw sockets. The
configuration should be applicable to all types (if possible).
Diffs
-----
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java 44d9a57
conf/hive-default.xml.template e53df4f
metastore/src/java/org/apache/hadoop/hive/metastore/TServerSocketKeepAlive.java
9ac18dc
service/src/java/org/apache/hive/service/auth/HiveAuthFactory.java 72b3e7e
service/src/java/org/apache/hive/service/cli/thrift/ThriftBinaryCLIService.java
b009a88
service/src/java/org/apache/hive/service/cli/thrift/ThriftCLIService.java
5c87bcb
service/src/java/org/apache/hive/service/cli/thrift/ThriftHttpCLIService.java
98d75b5
Diff: https://reviews.apache.org/r/22953/diff/
Testing
-------
Thanks,
Navis Ryu