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 <vg...@hortonworks.com> on 2016/02/26 20:15:58 UTC

Review Request 44098: HiveServer2: Support delegation token based connection when using http transport

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

Review request for hive and Thejas Nair.


Bugs: HIVE-13169
    https://issues.apache.org/jira/browse/HIVE-13169


Repository: hive-git


Description
-------

https://issues.apache.org/jira/browse/HIVE-13169


Diffs
-----

  hcatalog/core/src/main/java/org/apache/hive/hcatalog/common/HCatUtil.java 3ee30ed 
  hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/Security.java 9b62195 
  hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/TempletonControllerJob.java 15ab8b9 
  itests/hive-unit-hadoop2/src/test/java/org/apache/hadoop/hive/thrift/TestHadoopAuthBridge23.java 6d0776a 
  jdbc/src/java/org/apache/hive/jdbc/HiveConnection.java c3a17c1 
  jdbc/src/java/org/apache/hive/jdbc/HttpTokenAuthInterceptor.java PRE-CREATION 
  metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java bfebfdc 
  service/src/java/org/apache/hive/service/auth/HiveAuthFactory.java 0c7455d 
  service/src/java/org/apache/hive/service/cli/thrift/ThriftBinaryCLIService.java cf575a4 
  service/src/java/org/apache/hive/service/cli/thrift/ThriftCLIService.java 8dff264 
  service/src/java/org/apache/hive/service/cli/thrift/ThriftHttpCLIService.java cafe21f 
  service/src/java/org/apache/hive/service/cli/thrift/ThriftHttpServlet.java df16544 
  shims/common/src/main/java/org/apache/hadoop/hive/shims/Utils.java 4bcb8c3 
  shims/common/src/main/java/org/apache/hadoop/hive/thrift/DBTokenStore.java de39d3d 
  shims/common/src/main/java/org/apache/hadoop/hive/thrift/DelegationTokenIdentifier.java 4ca3c0b 
  shims/common/src/main/java/org/apache/hadoop/hive/thrift/DelegationTokenSecretManager.java 19d1fbf 
  shims/common/src/main/java/org/apache/hadoop/hive/thrift/DelegationTokenSelector.java f6e2420 
  shims/common/src/main/java/org/apache/hadoop/hive/thrift/DelegationTokenStore.java 867b4ed 
  shims/common/src/main/java/org/apache/hadoop/hive/thrift/HadoopThriftAuthBridge.java d3b2ff5 
  shims/common/src/main/java/org/apache/hadoop/hive/thrift/MemoryTokenStore.java 9d837b8 
  shims/common/src/main/java/org/apache/hadoop/hive/thrift/TokenStoreDelegationTokenSecretManager.java 87b418e 
  shims/common/src/main/java/org/apache/hadoop/hive/thrift/ZooKeeperTokenStore.java 528e55d 
  shims/common/src/main/java/org/apache/hadoop/hive/token/delegation/DBTokenStore.java PRE-CREATION 
  shims/common/src/main/java/org/apache/hadoop/hive/token/delegation/DelegationTokenIdentifier.java PRE-CREATION 
  shims/common/src/main/java/org/apache/hadoop/hive/token/delegation/DelegationTokenSecretManager.java PRE-CREATION 
  shims/common/src/main/java/org/apache/hadoop/hive/token/delegation/DelegationTokenSelector.java PRE-CREATION 
  shims/common/src/main/java/org/apache/hadoop/hive/token/delegation/DelegationTokenStore.java PRE-CREATION 
  shims/common/src/main/java/org/apache/hadoop/hive/token/delegation/HiveDelegationTokenManager.java PRE-CREATION 
  shims/common/src/main/java/org/apache/hadoop/hive/token/delegation/MemoryTokenStore.java PRE-CREATION 
  shims/common/src/main/java/org/apache/hadoop/hive/token/delegation/TokenStoreDelegationTokenSecretManager.java PRE-CREATION 
  shims/common/src/main/java/org/apache/hadoop/hive/token/delegation/ZooKeeperTokenStore.java PRE-CREATION 

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


Testing
-------


Thanks,

Vaibhav Gumashta