----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14919/ -----------------------------------------------------------
Review request for hive and Brock Noland. 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 Diffs ----- build.properties 3009bba 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/build.xml d3c0f0c 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 jdbc/src/test/org/apache/hive/jdbc/miniHS2/AbstarctHiveService.java PRE-CREATION jdbc/src/test/org/apache/hive/jdbc/miniHS2/MiniHS2.java PRE-CREATION jdbc/src/test/org/apache/hive/jdbc/miniHS2/TestHiveServer2.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 shims/src/0.20/java/org/apache/hadoop/hive/shims/Hadoop20Shims.java 623ebcd Diff: https://reviews.apache.org/r/14919/diff/ Testing ------- - Added a miniHS2 class that to manage thrift hiveserver2 for testing - Basic HiveServer2 test cases with miniHS2 - Added multiple test cases for SSL transport Thanks, Prasad Mujumdar