Skip to content

Commit

Permalink
[HOPSWORKS-1458] fix spark tar containing hadoop jars (apache#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gautier Berthou authored and SirOibaf committed Dec 6, 2019
1 parent e866d3f commit f7bfef0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sql/hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@
<groupId>com.twitter</groupId>
<artifactId>parquet-hadoop-bundle</artifactId>
</exclusion>
<exclusion>
<groupId>io.hops</groupId>
<artifactId>hadoop-yarn-registry</artifactId>
</exclusion>
</exclusions>
<!--
<classifier>core</classifier>
Expand Down

0 comments on commit f7bfef0

Please sign in to comment.