Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transport should depend on hive-exec core jar for the test framework #29

Open
shardulm94 opened this issue Oct 7, 2019 · 0 comments
Open

Comments

@shardulm94
Copy link
Contributor

org.apache.hive:hive-exec bundles in some transitive dependencies (e.g. guava) without shading them. This causes classpath issues in the test framework as user is not able to depend on newer guava version. Instead we should use org.apache.hive:hive-exec:core jar which does not bundle transitive dependencies. This way, guava dependencies can be manipulated through Gradle dependency resolution if required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant