[
https://issues.apache.org/jira/browse/DRILL-5888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16212450#comment-16212450
]
ASF GitHub Bot commented on DRILL-5888:
---------------------------------------
Github user arina-ielchiieva commented on the issue:
https://github.com/apache/drill/pull/1002
One more thing, I have noticed that
`TestSSLConfig#testInvalidHadoopKeystore()` contains the following line
```
String hadoopSSLFileProp = MessageFormat
.format(HADOOP_SSL_CONF_TPL_KEY,
SSLFactory.Mode.SERVER.toString().toLowerCase());
.format(HADOOP_SSL_CONF_TPL_KEY,
SSLFactory.Mode.SERVER.toString().toLowerCase());
```
Do we need to replace `SSLFactory.Mode.SERVER.toString()` here as well?
> jdbc-all-jar unit tests broken because of dependency on hadoop.security
> -----------------------------------------------------------------------
>
> Key: DRILL-5888
> URL: https://issues.apache.org/jira/browse/DRILL-5888
> Project: Apache Drill
> Issue Type: Bug
> Reporter: Parth Chandra
>
> In some of the build profiles, the jdbc-all-jar is being built with all the
> hadoop classes excluded. the changes for DRILL-5431 introduced a new
> dependency on hadoop security and because those classes are not available for
> jdbc-all-jar, the unit tests fail.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)