[
https://issues.apache.org/jira/browse/DRILL-5888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16210039#comment-16210039
]
ASF GitHub Bot commented on DRILL-5888:
---------------------------------------
GitHub user parthchandra opened a pull request:
https://github.com/apache/drill/pull/1002
DRILL-5888: Remove dependency of SSLConfig on hadoop.security package…
…. This allows jdbc-all-jar to be built without hadoop dependencies.
The original code used Hadoop's SSLFactory.Mode enum. The same enum is now
replicated in
the SSLConfig class.
@arina-ielchiieva please review
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/parthchandra/drill DRILL-5888
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/1002.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1002
----
commit cded98dafa6fc548d140b15c36ecda1b560fb75c
Author: Parth Chandra <[email protected]>
Date: 2017-10-18T00:14:20Z
DRILL-5888: Remove dependency of SSLConfig on hadoop.security package. This
allows jdbc-all-jar to be built without hadoop dependencies
----
> 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)