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

jlli 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 b597226592 Shade Hadoop Dependencies (#8798)
b597226592 is described below

commit b597226592e0b0cc26b423c95d9479cc39cef6ad
Author: Kartik Khare <[email protected]>
AuthorDate: Wed Jun 1 02:40:07 2022 +0530

    Shade Hadoop Dependencies (#8798)
    
    * Bug fix: Complex type transformer should not be created for empty configs
    
    * Revert "Bug fix: Complex type transformer should not be created for empty 
configs"
    
    This reverts commit 92ac6f3d7fa6e717cfb7ef12a333577d02a2452a.
    
    * Shade hadoop dependencies
---
 pinot-distribution/pom.xml | 4 ++++
 pinot-plugins/pom.xml      | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/pinot-distribution/pom.xml b/pinot-distribution/pom.xml
index 353dee6d4c..80bd5502c6 100644
--- a/pinot-distribution/pom.xml
+++ b/pinot-distribution/pom.xml
@@ -187,6 +187,10 @@
                   <pattern>org.apache.parquet</pattern>
                   <shadedPattern>shaded.org.apache.parquet</shadedPattern>
                 </relocation>
+                <relocation>
+                  <pattern>org.apache.hadoop</pattern>
+                  <shadedPattern>shaded.org.apache.hadoop</shadedPattern>
+                </relocation>
               </relocations>
             </configuration>
           </execution>
diff --git a/pinot-plugins/pom.xml b/pinot-plugins/pom.xml
index 11285c902f..7653ecd243 100644
--- a/pinot-plugins/pom.xml
+++ b/pinot-plugins/pom.xml
@@ -125,6 +125,10 @@
                       <pattern>org.apache.parquet</pattern>
                       <shadedPattern>shaded.org.apache.parquet</shadedPattern>
                     </relocation>
+                    <relocation>
+                      <pattern>org.apache.hadoop</pattern>
+                      <shadedPattern>shaded.org.apache.hadoop</shadedPattern>
+                    </relocation>
                     <relocation>
                       <pattern>org.apache.kafka</pattern>
                       <shadedPattern>shaded.org.apache.kafka</shadedPattern>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to