Ruben Q L created HIVE-29793:
--------------------------------

             Summary: Packaging pom.xml docker profile passes flags and values 
as joined argv strings
                 Key: HIVE-29793
                 URL: https://issues.apache.org/jira/browse/HIVE-29793
             Project: Hive
          Issue Type: Task
            Reporter: Ruben Q L


{{packaging/pom.xml}} docker profile passes flags and values as joined argv 
strings.
Thus, when running {{mvn ... -Pdocker}}, the {{build.sh}} is invoked with 
{{argv[1]=="-hadoop 3.4.2"}} instead of {{argv[1]=="-hadoop", 
argv[2]=="3.4.2"}} , so the argument parser never matches its {{-hadoop}} / 
{{-tez}} cases and the build fails with "Error: -tez <Tez version> is required".



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to