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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]