guyuqi commented on PR #1117: URL: https://github.com/apache/bigtop/pull/1117#issuecomment-1594382105
> @guyuqi The issue can be reproduced if hive artifacts built by Bigtop is in local repository (~/.m2/repository) like: > > ``` > $ ./gradlew hive-pkg oozie-pkg > ``` > > oozie-core implicitly depends on hive-service as a transitive dependency of hive-jdbc in test scope. The dependency declaration seems to be removed from the pom of hive-jdbc installed (with dist profile enabled) to local repository by maven-shade-plugin. > > * https://github.com/apache/hive/blob/rel/release-3.1.3/jdbc/pom.xml > * https://github.com/apache/hive/blob/rel/release-3.1.3/packaging/pom.xml > > I think we need this PR since we can not build hive and oozie at the same time without this. Thanks for your elaboration. Have reproduced it and verified the PR on Ubuntu-22.04. +1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
