[ https://issues.apache.org/jira/browse/HIVE-26440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stamatis Zampetakis resolved HIVE-26440. ---------------------------------------- Fix Version/s: 4.0.0-alpha-2 Resolution: Fixed Fixed in [https://github.com/apache/hive/commit/e0f2d287c562423dc2632910aae4f1cd8bcd4b4d.] Thanks for the review [~ayushsaxena] ! > Duplicate hive-standalone-metastore-server dependency in QFile module > --------------------------------------------------------------------- > > Key: HIVE-26440 > URL: https://issues.apache.org/jira/browse/HIVE-26440 > Project: Hive > Issue Type: Bug > Components: Build Infrastructure > Reporter: Stamatis Zampetakis > Assignee: Stamatis Zampetakis > Priority: Major > Labels: pull-request-available > Fix For: 4.0.0-alpha-2 > > Time Spent: 20m > Remaining Estimate: 0h > > The hive-standalone-metastore-server dependency is defined two times in the > QFile module > ([pom.xml|https://github.com/apache/hive/blob/9909edee8dad841e15fc36df81a2316bcb381bc3/itests/qtest/pom.xml#L67]) > leading to the following warning. > {noformat} > [INFO] Scanning for projects... > [WARNING] > [WARNING] Some problems were encountered while building the effective model > for org.apache.hive:hive-it-qfile:jar:4.0.0-alpha-2-SNAPSHOT > [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must > be unique: org.apache.hive:hive-standalone-metastore-server:jar:tests -> > duplicate declaration of version (?) @ line 67, column 17 > [WARNING] > [WARNING] It is highly recommended to fix these problems because they > threaten the stability of your build. > [WARNING] > [WARNING] For this reason, future Maven versions might no longer support > building such malformed projects. > [WARNING] > [INFO] > [INFO] -------------------< org.apache.hive:hive-it-qfile > >-------------------- > [INFO] Building Hive Integration - QFile Tests 4.0.0-alpha-2-SNAPSHOT > [INFO] --------------------------------[ jar > ]--------------------------------- > {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)