HIVE-16170: Exclude relocation of org.apache.hadoop.security.* in the JDBC standalone jar (Tao Li, reviewed by Daniel Dai)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/566830fd Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/566830fd Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/566830fd Branch: refs/heads/hive-14535 Commit: 566830fd667ecfb8b69cee479b854430906057a4 Parents: 039fee7 Author: Daniel Dai <[email protected]> Authored: Thu Mar 9 21:37:06 2017 -0800 Committer: Daniel Dai <[email protected]> Committed: Thu Mar 9 21:37:06 2017 -0800 ---------------------------------------------------------------------- jdbc/pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/566830fd/jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/jdbc/pom.xml b/jdbc/pom.xml index 25430c6..c5da5f7 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -294,6 +294,9 @@ <relocation> <pattern>org.apache.hadoop</pattern> <shadedPattern>org.apache.hive.org.apache.hadoop</shadedPattern> + <excludes> + <exclude>org.apache.hadoop.security.*</exclude> + </excludes> </relocation> <relocation> <pattern>org.apache.zookeeper</pattern>
