You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by je...@apache.org on 2019/03/21 17:53:13 UTC

[incubator-pinot] branch orc updated: Fixing dependency issues

This is an automated email from the ASF dual-hosted git repository.

jenniferdai pushed a commit to branch orc
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/orc by this push:
     new 025159e  Fixing dependency issues
025159e is described below

commit 025159e655bd9f79777fb138e76653bdd00a92a9
Author: Jennifer Dai <jd...@linkedin.com>
AuthorDate: Thu Mar 21 10:53:02 2019 -0700

    Fixing dependency issues
---
 pinot-orc/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pinot-orc/pom.xml b/pinot-orc/pom.xml
index 76dc6ee..fb479f4 100644
--- a/pinot-orc/pom.xml
+++ b/pinot-orc/pom.xml
@@ -57,6 +57,12 @@
     <dependency>
       <groupId>org.apache.orc</groupId>
       <artifactId>orc-mapreduce</artifactId>
+      <exclusions>
+        <exclusion>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-yarn-common</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.pinot</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org