Zita Dombi created HADOOP-19009: ----------------------------------- Summary: Remove keystore parameter requirement from ZookeeperClient Key: HADOOP-19009 URL: https://issues.apache.org/jira/browse/HADOOP-19009 Project: Hadoop Common Issue Type: Bug Reporter: Zita Dombi
The keystore parameters are not required for ZooKeeper client to establish TLS connection, so we should remove this limitation from the Hadoop client too. The official ZooKeeper client only emits a warning message in the logs, but otherwise proceed. Hadoop should not add additional constraints. Check it here: [https://github.com/apache/hadoop/blame/trunk/hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/util/ZookeeperClient.java#L256] -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org