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
----
---