[ https://issues.apache.org/jira/browse/HIVE-20904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16684038#comment-16684038 ]
Hive QA commented on HIVE-20904: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12947833/HIVE-20904.02.patch {color:red}ERROR:{color} -1 due to no test(s) being added or modified. {color:green}SUCCESS:{color} +1 due to 15539 tests passed Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/14888/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/14888/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-14888/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.YetusPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase {noformat} This message is automatically generated. ATTACHMENT ID: 12947833 - PreCommit-HIVE-Build > Yetus fails to resolve module dependencies due to usage of exec plugin in > metastore-server > ------------------------------------------------------------------------------------------ > > Key: HIVE-20904 > URL: https://issues.apache.org/jira/browse/HIVE-20904 > Project: Hive > Issue Type: Bug > Reporter: Antal Sinkovits > Assignee: Antal Sinkovits > Priority: Major > Attachments: HIVE-20904.01.patch, HIVE-20904.02.patch > > > metastore-server uses exec-maven-plugin to generate > metastore-site.xml.template with ConfTemplatePrinter. > It expects some arguments. > Because yetus also uses the exec-maven-plugin to determine the order of the > modules to be built, but with zero params, the execution fails. > https://github.com/apache/yetus/blob/6ebaa1119e611db14f219e289e33ab8ac5c254a7/precommit/src/main/shell/test-patch.d/maven.sh#L658 > Steps to reproduce the issue: > mvn -q exec:exec -Dexec.executable=pwd -Dexec.args='' -- This message was sent by Atlassian JIRA (v7.6.3#76005)