You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ne...@apache.org on 2022/06/13 18:44:22 UTC

[pinot] branch master updated: Revert shading hadoop dependencies due to issues with reflections at runtime (#8882)

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

nehapawar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new f3bde9ff67 Revert shading hadoop dependencies due to issues with reflections at runtime (#8882)
f3bde9ff67 is described below

commit f3bde9ff674bc50ca296e22a0a8df2ded0168fa1
Author: Kartik Khare <kh...@gmail.com>
AuthorDate: Tue Jun 14 00:14:17 2022 +0530

    Revert shading hadoop dependencies due to issues with reflections at runtime (#8882)
    
    Co-authored-by: Kartik Khare <kh...@Kartiks-MacBook-Pro.local>
---
 pinot-distribution/pom.xml | 4 ----
 pinot-plugins/pom.xml      | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/pinot-distribution/pom.xml b/pinot-distribution/pom.xml
index a87734b428..db69cb802a 100644
--- a/pinot-distribution/pom.xml
+++ b/pinot-distribution/pom.xml
@@ -195,10 +195,6 @@
                   <pattern>org.apache.parquet</pattern>
                   <shadedPattern>${shade.prefix}.org.apache.parquet</shadedPattern>
                 </relocation>
-                <relocation>
-                  <pattern>org.apache.hadoop</pattern>
-                  <shadedPattern>${shade.prefix}.org.apache.hadoop</shadedPattern>
-                </relocation>
                 <relocation>
                   <pattern>org.apache.commons</pattern>
                   <shadedPattern>shaded.org.apache.commons</shadedPattern>
diff --git a/pinot-plugins/pom.xml b/pinot-plugins/pom.xml
index 3b877602b5..677c858b80 100644
--- a/pinot-plugins/pom.xml
+++ b/pinot-plugins/pom.xml
@@ -125,10 +125,6 @@
                       <pattern>org.apache.parquet</pattern>
                       <shadedPattern>${shade.prefix}.org.apache.parquet</shadedPattern>
                     </relocation>
-                    <relocation>
-                      <pattern>org.apache.hadoop</pattern>
-                      <shadedPattern>${shade.prefix}.org.apache.hadoop</shadedPattern>
-                    </relocation>
                     <relocation>
                       <pattern>org.apache.kafka</pattern>
                       <shadedPattern>${shade.prefix}.org.apache.kafka</shadedPattern>


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