You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2021/06/08 00:13:47 UTC

[incubator-pinot] 01/01: fixing pinot-hadoop test

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

xiangfu pushed a commit to branch fixing_pinot-hadoop-test
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git

commit 0b87114d66775fdcf3fd91613f5855ae548a5e47
Author: Xiang Fu <xi...@gmail.com>
AuthorDate: Mon Jun 7 17:13:10 2021 -0700

    fixing pinot-hadoop test
---
 .../pinot-batch-ingestion/v0_deprecated/pinot-hadoop/pom.xml     | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/pinot-plugins/pinot-batch-ingestion/v0_deprecated/pinot-hadoop/pom.xml b/pinot-plugins/pinot-batch-ingestion/v0_deprecated/pinot-hadoop/pom.xml
index a0ea8ec..1c21482 100644
--- a/pinot-plugins/pinot-batch-ingestion/v0_deprecated/pinot-hadoop/pom.xml
+++ b/pinot-plugins/pinot-batch-ingestion/v0_deprecated/pinot-hadoop/pom.xml
@@ -66,9 +66,17 @@
                       <shadedPattern>shaded.com.google.common.base</shadedPattern>
                     </relocation>
                     <relocation>
+                      <pattern>com.google.common.cache</pattern>
+                      <shadedPattern>shaded.com.google.common.cache</shadedPattern>
+                    </relocation>
+                    <relocation>
                       <pattern>com.fasterxml.jackson</pattern>
                       <shadedPattern>shaded.com.fasterxml.jackson</shadedPattern>
                     </relocation>
+                    <relocation>
+                      <pattern>org.apache.http</pattern>
+                      <shadedPattern>shaded.org.apache.http</shadedPattern>
+                    </relocation>
                   </relocations>
                   <transformers>
                     <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
@@ -108,7 +116,6 @@
       <groupId>org.apache.pinot</groupId>
       <artifactId>pinot-common</artifactId>
       <version>${project.version}</version>
-      <classifier>shaded</classifier>
     </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