You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by li...@apache.org on 2018/04/03 11:19:29 UTC

hive git commit: HIVE-18955: HoS: Unable to create Channel from class NioServerSocketChannel (Rui reviewed by Jesus Camacho Rodriguez and Sahil Takiar)

Repository: hive
Updated Branches:
  refs/heads/master ad9852cb3 -> ec173399b


HIVE-18955: HoS: Unable to create Channel from class NioServerSocketChannel (Rui reviewed by Jesus Camacho Rodriguez and Sahil Takiar)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/ec173399
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/ec173399
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/ec173399

Branch: refs/heads/master
Commit: ec173399bd88485df20df3eaeea95e08e075b110
Parents: ad9852c
Author: Rui Li <li...@apache.org>
Authored: Tue Apr 3 19:19:22 2018 +0800
Committer: Rui Li <li...@apache.org>
Committed: Tue Apr 3 19:19:22 2018 +0800

----------------------------------------------------------------------
 druid-handler/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/ec173399/druid-handler/pom.xml
----------------------------------------------------------------------
diff --git a/druid-handler/pom.xml b/druid-handler/pom.xml
index 93eb91e..d25706c 100644
--- a/druid-handler/pom.xml
+++ b/druid-handler/pom.xml
@@ -104,6 +104,7 @@
           <artifactId>jackson-databind</artifactId>
         </exclusion>
       </exclusions>
+      <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>joda-time</groupId>
@@ -132,6 +133,7 @@
           <artifactId>druid-aws-common</artifactId>
         </exclusion>
       </exclusions>
+      <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>io.druid</groupId>
@@ -144,6 +146,7 @@
           <artifactId>annotations</artifactId>
         </exclusion>
       </exclusions>
+      <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>io.druid.extensions</groupId>
@@ -358,6 +361,7 @@
                       <include>org.apache.commons:*</include>
                       <include>org.roaringbitmap:*</include>
                       <include>org.apache.derby:*</include>
+                      <include>org.asynchttpclient:*</include>
                     </includes>
                   </artifactSet>
                   <filters>