You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by jl...@apache.org on 2020/09/30 05:21:42 UTC

[incubator-pinot] 01/01: Put hadoop dependencies to pinot-orc, pinot-parquet modules

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

jlli pushed a commit to branch put-hadoop-libs-in-orc-module
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git

commit 9bd660c80be39ef92611bbcb37d2b6e4b7d8f034
Author: Jack Li(Analytics Engineering) <jl...@jlli-mn1.linkedin.biz>
AuthorDate: Tue Sep 29 22:21:08 2020 -0700

    Put hadoop dependencies to pinot-orc, pinot-parquet modules
---
 .../pinot-batch-ingestion/v0_deprecated/pinot-spark/pom.xml    |  4 ++++
 pinot-plugins/pinot-input-format/pinot-orc/pom.xml             |  2 ++
 pinot-tools/pom.xml                                            | 10 ----------
 3 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/pinot-plugins/pinot-batch-ingestion/v0_deprecated/pinot-spark/pom.xml b/pinot-plugins/pinot-batch-ingestion/v0_deprecated/pinot-spark/pom.xml
index dfdceae..4a673e1 100644
--- a/pinot-plugins/pinot-batch-ingestion/v0_deprecated/pinot-spark/pom.xml
+++ b/pinot-plugins/pinot-batch-ingestion/v0_deprecated/pinot-spark/pom.xml
@@ -159,6 +159,10 @@
           <groupId>org.apache.hadoop</groupId>
           <artifactId>hadoop-hdfs</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-common</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>
diff --git a/pinot-plugins/pinot-input-format/pinot-orc/pom.xml b/pinot-plugins/pinot-input-format/pinot-orc/pom.xml
index b3eddf1..7929109 100644
--- a/pinot-plugins/pinot-input-format/pinot-orc/pom.xml
+++ b/pinot-plugins/pinot-input-format/pinot-orc/pom.xml
@@ -45,10 +45,12 @@
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-common</artifactId>
+      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-hdfs</artifactId>
+      <scope>compile</scope>
     </dependency>
   </dependencies>
 </project>
diff --git a/pinot-tools/pom.xml b/pinot-tools/pom.xml
index 17dae66..861f88a 100644
--- a/pinot-tools/pom.xml
+++ b/pinot-tools/pom.xml
@@ -98,16 +98,6 @@
       <scope>runtime</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.hadoop</groupId>
-      <artifactId>hadoop-common</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.hadoop</groupId>
-      <artifactId>hadoop-hdfs</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
       <groupId>commons-cli</groupId>
       <artifactId>commons-cli</artifactId>
     </dependency>


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