Skip to content

Commit

Permalink
Revert shading hadoop dependencies due to issues with reflections at …
Browse files Browse the repository at this point in the history
…runtime (#8882)

Co-authored-by: Kartik Khare <[email protected]>
  • Loading branch information
KKcorps and Kartik Khare authored Jun 13, 2022
1 parent 9c8a689 commit f3bde9f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions pinot-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 0 additions & 4 deletions pinot-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f3bde9f

Please sign in to comment.