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 <xiangfu.1...@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-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org