----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15472/ -----------------------------------------------------------
Review request for hive and Brock Noland. Bugs: HIVE-5812 https://issues.apache.org/jira/browse/HIVE-5812 Repository: hive-git Description ------- The secure socket transport implemented as part of HIVE-5351, binds to loopback address by default. If the bind interface gets used only if its explicitly defined in the hive-site or via environment. This behavior should be same as non-SSL transport. The patch also fixes handling of login timeout. Diffs ----- jdbc/src/java/org/apache/hive/jdbc/HiveConnection.java ef39573 service/src/java/org/apache/hive/service/auth/HiveAuthFactory.java d80649f Diff: https://reviews.apache.org/r/15472/diff/ Testing ------- TestSSL, manual testing Thanks, Prasad Mujumdar