Skip to content

Conversation

@wecharyu
Copy link
Contributor

What changes were proposed in this pull request?

  • Enable Multi-Release on hmsbench jar
  • Enable annotation processing on hmsbench jar

Why are the changes needed?

Fix bug to make hmsbench.jar workable.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Run benchmark test locally.

@sonarqubecloud
Copy link

@Aggarwal-Raghav
Copy link
Contributor

LGTM +1

<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>org.apache.hadoop.hive.metastore.tools.BenchmarkTool</mainClass>
<manifestEntries>
<Multi-Release>true</Multi-Release>
Copy link
Contributor

@Aggarwal-Raghav Aggarwal-Raghav Dec 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I checked the dnsjava:3.6.1 jar and META-INF/versions/11 and META-INF/versions/18 were make sense to set Multi-Release to true.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants