[ https://issues.apache.org/jira/browse/HIVE-23045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17063219#comment-17063219 ]
Hive QA commented on HIVE-23045: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12997147/HIVE-23045.5.patch {color:green}SUCCESS:{color} +1 due to 7 test(s) being added or modified. {color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 18128 tests executed *Failed tests:* {noformat} TestInformationSchemaWithPrivilege - did not produce a TEST-*.xml file (likely timed out) (batchId=290) TestZooKeeperTokenStore - did not produce a TEST-*.xml file (likely timed out) (batchId=253) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/21190/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/21190/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-21190/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.YetusPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 2 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12997147 - PreCommit-HIVE-Build > Zookeeper SSL/TLS support > ------------------------- > > Key: HIVE-23045 > URL: https://issues.apache.org/jira/browse/HIVE-23045 > Project: Hive > Issue Type: Improvement > Components: HiveServer2, JDBC, Metastore > Reporter: Peter Varga > Assignee: Peter Varga > Priority: Critical > Labels: pull-request-available > Attachments: HIVE-23045.1.patch, HIVE-23045.2.patch, > HIVE-23045.3.patch, HIVE-23045.4.patch, HIVE-23045.5.patch > > Time Spent: 10m > Remaining Estimate: 0h > > Zookeeper 3.5.5 server can operate with SSL/TLS secure connection with its > clients. > [https://cwiki.apache.org/confluence/display/ZOOKEEPER/ZooKeeper+SSL+User+Guide] > The SSL communication should be possible in the different part of HIVE, where > it communicates with Zookeeper servers. The Zookeeper clients are used in the > following places: > * HiveServer2 PrivilegeSynchronizer > * HiveServer2 register/remove server from Zookeeper > * HS2ActivePassiveHARegistryClient > * ZooKeeperHiveLockManager > * LLapZookeeperRegistryImpl > * TezAmRegistryImpl > * WebHCat ZooKeeperStorage > * JDBC Driver server lookup > * Metastore - ZookeeperTokenStore > * Metastore register/remove server from Zookeeper > The flag to enable SSL communication and the required parameters should be > provided by different configuration parameters, corresponding the different > use cases. -- This message was sent by Atlassian Jira (v8.3.4#803005)