deniskuzZ commented on code in PR #5834: URL: https://github.com/apache/hive/pull/5834#discussion_r2135248685
########## standalone-metastore/metastore-server/pom.xml: ########## @@ -491,6 +491,53 @@ </plugins> </reporting> </profile> + <profile> + <id>dist</id> + </profile> + <profile> + <id>docker</id> + <dependencies> + <dependency> + <groupId>org.apache.hive</groupId> + <artifactId>hive-metastore</artifactId> + <version>${project.version}</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>org.apache.hive</groupId> + <artifactId>hive-standalone-metastore-rest-catalog</artifactId> Review Comment: @dengzhhu653, you should execute the above command from within `meteastore-server`; otherwise, you'll encounter a cyclic reference problem. The problem is that instead of a code refactor and extraction of auth classes into `common`, `metastore-server` was added as a direct dependency for `rest-catalog`. I think that is out-of-scope of this PR, but we should address it a future. -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org