dengzhhu653 commented on code in PR #5834: URL: https://github.com/apache/hive/pull/5834#discussion_r2134324899
########## 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: when I use the command `mvn clean install -DskipTests -Pdocker` to build the image, an issue: ``` [ERROR] The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='org.apache.hive:hive-standalone-metastore-rest-catalog:4.1.0-SNAPSHOT'}' and 'Vertex{label='org.apache.hive:hive-standalone-metastore-server:4.1.0-SNAPSHOT'}' introduces to cycle in the graph org.apache.hive:hive-standalone-metastore-server:4.1.0-SNAPSHOT --> org.apache.hive:hive-standalone-metastore-rest-catalog:4.1.0-SNAPSHOT --> org.apache.hive:hive-standalone-metastore-server:4.1.0-SNAPSHOT -> [Help 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: 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