Bohdan Kazydub created DRILL-7750: ------------------------------------- Summary: Drill fails to read KeyStore password from Credential provider Key: DRILL-7750 URL: https://issues.apache.org/jira/browse/DRILL-7750 Project: Apache Drill Issue Type: Bug Affects Versions: 1.17.0 Reporter: Bohdan Kazydub Assignee: Bohdan Kazydub Fix For: 1.18
When core-site.xml has keystore or truststore specific properties along with Hadoop's CredentialProvider path, e.g.: {code} <?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="configuration.xsl"?> <configuration> ... <property> <name>ssl.server.truststore.location</name> <value>/etc/conf/ssl_truststore</value> </property> <property> <name>ssl.server.truststore.type</name> <value>jks</value> </property> <property> <name>ssl.server.truststore.reload.interval</name> <value>10000</value> </property> <property> <name>ssl.server.keystore.location</name> <value>/etc/conf/ssl_keystore</value> </property> <property> <name>ssl.server.keystore.type</name> <value>jks</value> </property> <property> <name>hadoop.security.credential.provider.path</name> <value>jceks://file/etc/conf/ssl_server.jceks</property> </configuration> {code} Drill fails to start. -- This message was sent by Atlassian Jira (v8.3.4#803005)