You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Prasad Mujumdar <pr...@cloudera.com> on 2013/10/23 09:16:13 UTC

Review Request 14870: HIVE-5351: Secure-Socket-Layer (SSL) support for HiveServer2

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

Review request for hive, Brock Noland and Thejas Nair.


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


Repository: hive-git


Description
-------

Add support for encrypted communication for Plain SASL for binary thrift transport.
 - Optional thrift SSL transport on server side if configured.
 - Optional thrift SSL transport for JDBC client with configurable trust store
 - Added a miniHS2 class that for running a hiveserver2 for testing


Diffs
-----

  common/src/java/org/apache/hadoop/hive/conf/HiveConf.java d0895e1 
  data/files/keystore.jks PRE-CREATION 
  data/files/truststore.jks PRE-CREATION 
  eclipse-templates/TestJdbcMiniHS2.launchtemplate PRE-CREATION 
  jdbc/ivy.xml b9d0cea 
  jdbc/src/java/org/apache/hive/jdbc/HiveConnection.java f155686 
  jdbc/src/test/org/apache/hive/jdbc/TestJdbcWithMiniHS2.java PRE-CREATION 
  jdbc/src/test/org/apache/hive/jdbc/TestSSL.java PRE-CREATION 
  metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java 24b1832 
  service/src/java/org/apache/hive/service/auth/HiveAuthFactory.java 5a66a6c 
  service/src/java/org/apache/hive/service/cli/thrift/ThriftBinaryCLIService.java 9c8f5c1 
  service/src/test/org/apache/hive/service/miniHS2/AbstarctHiveService.java PRE-CREATION 
  service/src/test/org/apache/hive/service/miniHS2/MiniHS2.java PRE-CREATION 
  service/src/test/org/apache/hive/service/miniHS2/TestHiveServer2.java PRE-CREATION 
  shims/src/0.20/java/org/apache/hadoop/hive/shims/Hadoop20Shims.java f57f09e 

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


Testing
-------

- Basic HiveServer2 test cases with miniHS2
- Added multiple test cases for SSL transport


Thanks,

Prasad Mujumdar


Re: Review Request 14870: HIVE-5351: Secure-Socket-Layer (SSL) support for HiveServer2

Posted by Prasad Mujumdar <pr...@cloudera.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/14870/
-----------------------------------------------------------

(Updated Oct. 23, 2013, 9:44 p.m.)


Review request for hive, Brock Noland and Thejas Nair.


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


Repository: hive-git


Description
-------

Add support for encrypted communication for Plain SASL for binary thrift transport.
 - Optional thrift SSL transport on server side if configured.
 - Optional thrift SSL transport for JDBC client with configurable trust store
 - Added a miniHS2 class that for running a hiveserver2 for testing


Diffs (updated)
-----

  common/src/java/org/apache/hadoop/hive/conf/HiveConf.java abfde42 
  data/files/keystore.jks PRE-CREATION 
  data/files/truststore.jks PRE-CREATION 
  eclipse-templates/TestJdbcMiniHS2.launchtemplate PRE-CREATION 
  jdbc/ivy.xml b9d0cea 
  jdbc/src/java/org/apache/hive/jdbc/HiveConnection.java f155686 
  jdbc/src/test/org/apache/hive/jdbc/TestJdbcWithMiniHS2.java PRE-CREATION 
  jdbc/src/test/org/apache/hive/jdbc/TestSSL.java PRE-CREATION 
  metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java 24b1832 
  service/src/java/org/apache/hive/service/auth/HiveAuthFactory.java 5a66a6c 
  service/src/java/org/apache/hive/service/cli/thrift/ThriftBinaryCLIService.java 9c8f5c1 
  service/src/test/org/apache/hive/service/miniHS2/AbstarctHiveService.java PRE-CREATION 
  service/src/test/org/apache/hive/service/miniHS2/MiniHS2.java PRE-CREATION 
  service/src/test/org/apache/hive/service/miniHS2/TestHiveServer2.java PRE-CREATION 
  shims/src/0.20/java/org/apache/hadoop/hive/shims/Hadoop20Shims.java 623ebcd 

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


Testing
-------

- Basic HiveServer2 test cases with miniHS2
- Added multiple test cases for SSL transport


Thanks,

Prasad Mujumdar