Skip to content

Commit f7bfef0

Browse files
Gautier BerthouSirOibaf
authored andcommitted
[HOPSWORKS-1458] fix spark tar containing hadoop jars (apache#14)
1 parent e866d3f commit f7bfef0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sql/hive/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@
104104
<groupId>com.twitter</groupId>
105105
<artifactId>parquet-hadoop-bundle</artifactId>
106106
</exclusion>
107+
<exclusion>
108+
<groupId>io.hops</groupId>
109+
<artifactId>hadoop-yarn-registry</artifactId>
110+
</exclusion>
107111
</exclusions>
108112
<!--
109113
<classifier>core</classifier>

0 commit comments

Comments
 (0)