Skip to content

Commit

Permalink
Fixed multiple-jars tattletale issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspersorensen committed Nov 16, 2024
1 parent 7183adf commit eab5ab5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion desktop/ui/tattletale-filters.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Filtering file used for the Tattletale plugin. Since Hadoop has a few overlapping package-info files, this class mentions them explicitly to filter them out in the tattletale validation.
multiplejars=org.apache.spark.unused.UnusedStubClass,org.apache.hadoop.yarn.client.api.impl.package-info,org.apache.hadoop.yarn.client.api.package-info,org.apache.hadoop.yarn.factories.package-info,org.apache.hadoop.yarn.factory.providers.package-info,org.apache.hadoop.yarn.util.package-info
multiplejars=org.apache.hadoop.security.authentication.server.package-info,org.apache.hadoop.yarn.api.resource.package-info,org.apache.spark.unused.UnusedStubClass,org.apache.hadoop.yarn.client.api.impl.package-info,org.apache.hadoop.yarn.client.api.package-info,org.apache.hadoop.yarn.factories.package-info,org.apache.hadoop.yarn.factory.providers.package-info,org.apache.hadoop.yarn.util.package-info
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1096,12 +1096,20 @@
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-jdbc</artifactId>
<version>2.3.6</version>
<version>2.3.10</version>
<exclusions>
<exclusion>
<groupId>com.tdunning</groupId>
<artifactId>json</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-json</artifactId>
</exclusion>
<exclusion>
<groupId>jdk.tools</groupId>
<artifactId>jdk.tools</artifactId>
Expand Down

0 comments on commit eab5ab5

Please sign in to comment.