HIVE-14831: Missing Druid dependencies at runtime (Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/4ce5fe13 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/4ce5fe13 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/4ce5fe13 Branch: refs/heads/hive-14535 Commit: 4ce5fe131a5861b07c024c0529f6b2ebe63a4456 Parents: a213115 Author: Jesus Camacho Rodriguez <[email protected]> Authored: Fri Sep 23 19:45:56 2016 +0100 Committer: Jesus Camacho Rodriguez <[email protected]> Committed: Sat Sep 24 07:51:25 2016 +0100 ---------------------------------------------------------------------- druid-handler/pom.xml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/4ce5fe13/druid-handler/pom.xml ---------------------------------------------------------------------- diff --git a/druid-handler/pom.xml b/druid-handler/pom.xml index 2173cdc..0db542e 100644 --- a/druid-handler/pom.xml +++ b/druid-handler/pom.xml @@ -150,12 +150,8 @@ <shadedPattern>org.apache.hive.druid.io.druid</shadedPattern> </relocation> <relocation> - <pattern>com.metamx.emitter</pattern> - <shadedPattern>org.apache.hive.druid.com.metamx.emitter</shadedPattern> - </relocation> - <relocation> - <pattern>com.metamx.http.client</pattern> - <shadedPattern>org.apache.hive.druid.com.metamx.http.client</shadedPattern> + <pattern>com.metamx</pattern> + <shadedPattern>org.apache.hive.druid.com.metamx</shadedPattern> </relocation> <relocation> <pattern>io.netty</pattern> @@ -173,8 +169,7 @@ <artifactSet> <includes> <include>io.druid:*</include> - <include>com.metamx:emitter:*</include> - <include>com.metamx:http-client:*</include> + <include>com.metamx:*</include> <include>io.netty:*</include> <include>com.fasterxml.jackson.core:*</include> <include>com.fasterxml.jackson.datatype:*</include>
