Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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=''
Attachments
Attachments
Issue Links
- is caused by
-
HIVE-17983 Make the standalone metastore generate tarballs etc.
- Closed